Html Css Color HEX #57DEE0 Turquoise Blue

📋 copy color: '#57DEE0'

red 87 ◦ green 222 ◦ blue 224

#57DEE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #57DEE0

Tints of Turquoise Blue #57DEE0

RGB

 RED value IS 87 (34.38% from 255) = 16.32%

 GREEN value IS 222 (87.11% from 255) = 41.65%

 BLUE value IS 224 (87.89% from 255) = 42.03%

R = 16.32%
G = 41.65%
B = 42.03%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#57DEE0 (or 0x57DEE0) is known color: Turquoise Blue. HEX triplet: 57, DE and E0. RGB value is (87,222,224). Sum of RGB (Red+Green+Blue) = 87+222+224=533 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.32% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #57DEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DEE0 is #A8211F. Grayscale: #B5B5B5. Windows color (decimal): -11018528 or 14736983. OLE color: 14736983.

HSL color Cylindrical-coordinate representation of color #57DEE0: hue angle of 180.88º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DEE0 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 222 224 -
CMYK 0.61 0.01 0 0.12
HSL 180.88º 0.69% 0.61% -
HSV(B) 180.88º 0.61% 0.88% -
XYZ 43.51 59.65 79.74 -
YUV 181.86 151.77 60.34 -
System Red Green Blue C M Y K H S L
Decimal 87 222 224 0.61 0.01 0 0.12 180.88 0.69 0.61
Hex 57 DE E0 3D 1 0 C B5 45 3D
Octal 127 336 340 75 1 0 14 265 105 75
Binary 1010111 11011110 11100000 111101 1 0 1100 10110101 1000101 111101

Color Harmonies of #57DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DEE0

Black with #57DEE0

Text Example


Text Example

White with #57DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57DEE0; }

 p { color: rgb(87,222,224); }

 H1.HeaderClassName
 {
   color: #57DEE0;
 }
 .AnyTagClassName
 {
   color: #57DEE0;
 }
</style>

background-color css

<style>
 a { background-color: #57DEE0; }

 a { background-color: rgb(87,222,224); }

 div.DivClassName
 {
   background-color: #57DEE0;
 }
 .BgClassName
 {
   background-color: #57DEE0;
 }
</style>

border-color css

<style>
 span { border-color: #57DEE0; }

 span { border-color: rgb(87,222,224); }

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