Html Css Color HEX #57CEE7 Turquoise Blue

📋 copy color: '#57CEE7'

red 87 ◦ green 206 ◦ blue 231

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

Shades of Turquoise Blue #57CEE7

Tints of Turquoise Blue #57CEE7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.31%

 BLUE value IS 231 (90.63% from 255) = 44.08%

R = 16.6%
G = 39.31%
B = 44.08%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#57CEE7 (or 0x57CEE7) is known color: Turquoise Blue. HEX triplet: 57, CE and E7. RGB value is (87,206,231). Sum of RGB (Red+Green+Blue) = 87+206+231=524 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.60% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #57CEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CEE7 is #A83118. Grayscale: #ADADAD. Windows color (decimal): -11022617 or 15191639. OLE color: 15191639.

HSL color Cylindrical-coordinate representation of color #57CEE7: hue angle of 190.42º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57CEE7 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 87 206 231 -
CMYK 0.62 0.11 0 0.09
HSL 190.42º 0.75% 0.62% -
HSV(B) 190.42º 0.62% 0.91% -
XYZ 40.43 51.94 83.5 -
YUV 173.27 160.58 66.47 -
System Red Green Blue C M Y K H S L
Decimal 87 206 231 0.62 0.11 0 0.09 190.42 0.75 0.62
Hex 57 CE E7 3E B 0 9 BE 4B 3E
Octal 127 316 347 76 13 0 11 276 113 76
Binary 1010111 11001110 11100111 111110 1011 0 1001 10111110 1001011 111110

Color Harmonies of #57CEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CEE7

Black with #57CEE7

Text Example


Text Example

White with #57CEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,206,231); }

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

background-color css

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

 a { background-color: rgb(87,206,231); }

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

border-color css

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

 span { border-color: rgb(87,206,231); }

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