#38e1ea

Color #38E1EA Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #38E1EA

Tints of Turquoise #38E1EA

Color information

#38E1EA (or 0x38E1EA) is unknown color: approx Turquoise. HEX triplet: 38, E1 and EA. RGB value is (56,225,234). Sum of RGB (Red+Green+Blue) = 56+225+234=515 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.87% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #38E1EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38E1EA is #C71E15. Grayscale: #AFAFAF. Windows color (decimal): -13049366 or 15393080. OLE color: 15393080.

HSL color Cylindrical-coordinate representation of color #38E1EA: hue angle of 183.03º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E1EA is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB56225234-
CMYK0.760.0400.08
HSL183.03º80.91%56.86%-
HSV(B)183.03º76.07%91.76%-
XYZ43.4160.6387.26-
YUV175.5161.0142.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 10.87%
GREEN value IS 225 (88.28% from 255) = 43.69%
BLUE value IS 234 (91.80% from 255) = 45.44%
R=10.87%
G=43.69%
B=45.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal562252340.760.0400.08183.0380.9156.86
Hex38E1EA4C408b75139
Octal70341352114401026712171
Binary1110001110000111101010100110010001000101101111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38e1ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38e1ea; }

 p { color: rgb(56,225,234); }

 H1.HeaderClassName
 {
   color: #38e1ea;
 }
 .AnyTagClassName
 {
   color: #38e1ea;
 }
</style>
background-color css

<style>
 a { background-color: #38e1ea; }

 a { background-color: rgb(56,225,234); }

 div.DivClassName
 {
   background-color: #38e1ea;
 }
 .BgClassName
 {
   background-color: #38e1ea;
 }
</style>
border-color css

<style>
 span { border-color: #38e1ea; }

 span { border-color: rgb(56,225,234); }

 td.TdClassName
 {
   border-color: #38e1ea;
 }
 .TagClassName
 {
   border-color: #38e1ea;
 }
</style>