Html Css Color HEX #57D6E6 Turquoise Blue

📋 copy color: '#57D6E6'

red 87 ◦ green 214 ◦ blue 230

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

Shades of Turquoise Blue #57D6E6

Tints of Turquoise Blue #57D6E6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.3%

 BLUE value IS 230 (90.23% from 255) = 43.31%

R = 16.38%
G = 40.3%
B = 43.31%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#57D6E6 (or 0x57D6E6) is known color: Turquoise Blue. HEX triplet: 57, D6 and E6. RGB value is (87,214,230). Sum of RGB (Red+Green+Blue) = 87+214+230=531 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.38% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #57D6E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D6E6 is #A82919. Grayscale: #B1B1B1. Windows color (decimal): -11020570 or 15128151. OLE color: 15128151.

HSL color Cylindrical-coordinate representation of color #57D6E6: hue angle of 186.71º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57D6E6 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 87 214 230 -
CMYK 0.62 0.07 0 0.10
HSL 186.71º 0.74% 0.62% -
HSV(B) 186.71º 0.62% 0.9% -
XYZ 42.26 55.83 83.41 -
YUV 177.85 157.42 63.2 -
System Red Green Blue C M Y K H S L
Decimal 87 214 230 0.62 0.07 0 0.10 186.71 0.74 0.62
Hex 57 D6 E6 3E 7 0 A BB 4A 3E
Octal 127 326 346 76 7 0 12 273 112 76
Binary 1010111 11010110 11100110 111110 111 0 1010 10111011 1001010 111110

Color Harmonies of #57D6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D6E6

Black with #57D6E6

Text Example


Text Example

White with #57D6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,214,230); }

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

background-color css

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

 a { background-color: rgb(87,214,230); }

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

border-color css

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

 span { border-color: rgb(87,214,230); }

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