Html Css Color HEX #57DBEA Turquoise Blue

📋 copy color: '#57DBEA'

red 87 ◦ green 219 ◦ blue 234

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

Shades of Turquoise Blue #57DBEA

Tints of Turquoise Blue #57DBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 16.11%
G = 40.56%
B = 43.33%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#57DBEA (or 0x57DBEA) is known color: Turquoise Blue. HEX triplet: 57, DB and EA. RGB value is (87,219,234). Sum of RGB (Red+Green+Blue) = 87+219+234=540 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.11% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #57DBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DBEA is #A82415. Grayscale: #B5B5B5. Windows color (decimal): -11019286 or 15391575. OLE color: 15391575.

HSL color Cylindrical-coordinate representation of color #57DBEA: hue angle of 186.12º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57DBEA is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 219 234 -
CMYK 0.63 0.06 0 0.08
HSL 186.12º 0.78% 0.63% -
HSV(B) 186.12º 0.63% 0.92% -
XYZ 44.11 58.63 86.83 -
YUV 181.24 157.77 60.78 -
System Red Green Blue C M Y K H S L
Decimal 87 219 234 0.63 0.06 0 0.08 186.12 0.78 0.63
Hex 57 DB EA 3F 6 0 8 BA 4E 3F
Octal 127 333 352 77 6 0 10 272 116 77
Binary 1010111 11011011 11101010 111111 110 0 1000 10111010 1001110 111111

Color Harmonies of #57DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DBEA

Black with #57DBEA

Text Example


Text Example

White with #57DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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