Html Css Color HEX #57D2EF Turquoise Blue

📋 copy color: '#57D2EF'

red 87 ◦ green 210 ◦ blue 239

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

Shades of Turquoise Blue #57D2EF

Tints of Turquoise Blue #57D2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.18%

 BLUE value IS 239 (93.75% from 255) = 44.59%

R = 16.23%
G = 39.18%
B = 44.59%

CMYK

 C value IS 0.64

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#57D2EF (or 0x57D2EF) is known color: Turquoise Blue. HEX triplet: 57, D2 and EF. RGB value is (87,210,239). Sum of RGB (Red+Green+Blue) = 87+210+239=536 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.23% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #57D2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D2EF is #A82D10. Grayscale: #B0B0B0. Windows color (decimal): -11021585 or 15716951. OLE color: 15716951.

HSL color Cylindrical-coordinate representation of color #57D2EF: hue angle of 191.45º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57D2EF is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 210 239 -
CMYK 0.64 0.12 0 0.06
HSL 191.45º 0.83% 0.64% -
HSV(B) 191.45º 0.64% 0.94% -
XYZ 42.56 54.35 89.91 -
YUV 176.53 163.25 64.14 -
System Red Green Blue C M Y K H S L
Decimal 87 210 239 0.64 0.12 0 0.06 191.45 0.83 0.64
Hex 57 D2 EF 40 C 0 6 BF 53 40
Octal 127 322 357 100 14 0 6 277 123 100
Binary 1010111 11010010 11101111 1000000 1100 0 110 10111111 1010011 1000000

Color Harmonies of #57D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D2EF

Black with #57D2EF

Text Example


Text Example

White with #57D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,210,239); }

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

background-color css

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

 a { background-color: rgb(87,210,239); }

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

border-color css

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

 span { border-color: rgb(87,210,239); }

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