Html Css Color HEX #57DBE6 Turquoise Blue

📋 copy color: '#57DBE6'

red 87 ◦ green 219 ◦ blue 230

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

Shades of Turquoise Blue #57DBE6

Tints of Turquoise Blue #57DBE6

RGB

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

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

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

R = 16.23%
G = 40.86%
B = 42.91%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#57DBE6 (or 0x57DBE6) is known color: Turquoise Blue. HEX triplet: 57, DB and E6. RGB value is (87,219,230). Sum of RGB (Red+Green+Blue) = 87+219+230=536 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.23% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #57DBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DBE6 is #A82419. Grayscale: #B4B4B4. Windows color (decimal): -11019290 or 15129431. OLE color: 15129431.

HSL color Cylindrical-coordinate representation of color #57DBE6: hue angle of 184.62º 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 #57DBE6 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 87 219 230 -
CMYK 0.62 0.05 0 0.10
HSL 184.62º 0.74% 0.62% -
HSV(B) 184.62º 0.62% 0.9% -
XYZ 43.54 58.4 83.84 -
YUV 180.79 155.77 61.11 -
System Red Green Blue C M Y K H S L
Decimal 87 219 230 0.62 0.05 0 0.10 184.62 0.74 0.62
Hex 57 DB E6 3E 5 0 A B9 4A 3E
Octal 127 333 346 76 5 0 12 271 112 76
Binary 1010111 11011011 11100110 111110 101 0 1010 10111001 1001010 111110

Color Harmonies of #57DBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DBE6

Black with #57DBE6

Text Example


Text Example

White with #57DBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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