Html Css Color HEX #57DBEB Turquoise Blue

📋 copy color: '#57DBEB'

red 87 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #57DBEB

Tints of Turquoise Blue #57DBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.44%

R = 16.08%
G = 40.48%
B = 43.44%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#57DBEB (or 0x57DBEB) is known color: Turquoise Blue. HEX triplet: 57, DB and EB. RGB value is (87,219,235). Sum of RGB (Red+Green+Blue) = 87+219+235=541 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.08% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #57DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DBEB is #A82414. Grayscale: #B5B5B5. Windows color (decimal): -11019285 or 15457111. OLE color: 15457111.

HSL color Cylindrical-coordinate representation of color #57DBEB: hue angle of 186.49º degrees, saturation: 0.79, 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 #57DBEB is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 219 235 -
CMYK 0.63 0.07 0 0.08
HSL 186.49º 0.79% 0.63% -
HSV(B) 186.49º 0.63% 0.92% -
XYZ 44.26 58.69 87.59 -
YUV 181.36 158.27 60.7 -
System Red Green Blue C M Y K H S L
Decimal 87 219 235 0.63 0.07 0 0.08 186.49 0.79 0.63
Hex 57 DB EB 3F 7 0 8 BA 4F 3F
Octal 127 333 353 77 7 0 10 272 117 77
Binary 1010111 11011011 11101011 111111 111 0 1000 10111010 1001111 111111

Color Harmonies of #57DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DBEB

Black with #57DBEB

Text Example


Text Example

White with #57DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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