Html Css Color HEX #57DBEC Turquoise Blue

📋 copy color: '#57DBEC'

red 87 ◦ green 219 ◦ blue 236

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

Shades of Turquoise Blue #57DBEC

Tints of Turquoise Blue #57DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.41%

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 16.05%
G = 40.41%
B = 43.54%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#57DBEC (or 0x57DBEC) is known color: Turquoise Blue. HEX triplet: 57, DB and EC. RGB value is (87,219,236). Sum of RGB (Red+Green+Blue) = 87+219+236=542 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.05% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #57DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DBEC is #A82413. Grayscale: #B5B5B5. Windows color (decimal): -11019284 or 15522647. OLE color: 15522647.

HSL color Cylindrical-coordinate representation of color #57DBEC: hue angle of 186.85º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57DBEC is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 219 236 -
CMYK 0.63 0.07 0 0.07
HSL 186.85º 0.8% 0.63% -
HSV(B) 186.85º 0.63% 0.93% -
XYZ 44.4 58.75 88.36 -
YUV 181.47 158.77 60.62 -
System Red Green Blue C M Y K H S L
Decimal 87 219 236 0.63 0.07 0 0.07 186.85 0.8 0.63
Hex 57 DB EC 3F 7 0 7 BB 50 3F
Octal 127 333 354 77 7 0 7 273 120 77
Binary 1010111 11011011 11101100 111111 111 0 111 10111011 1010000 111111

Color Harmonies of #57DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DBEC

Black with #57DBEC

Text Example


Text Example

White with #57DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,219,236); }

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

background-color css

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

 a { background-color: rgb(87,219,236); }

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

border-color css

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

 span { border-color: rgb(87,219,236); }

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