Html Css Color HEX #57D3EB Turquoise Blue

📋 copy color: '#57D3EB'

red 87 ◦ green 211 ◦ blue 235

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

Shades of Turquoise Blue #57D3EB

Tints of Turquoise Blue #57D3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.59%

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

R = 16.32%
G = 39.59%
B = 44.09%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#57D3EB (or 0x57D3EB) is known color: Turquoise Blue. HEX triplet: 57, D3 and EB. RGB value is (87,211,235). Sum of RGB (Red+Green+Blue) = 87+211+235=533 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.32% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #57D3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D3EB is #A82C14. Grayscale: #B0B0B0. Windows color (decimal): -11021333 or 15455063. OLE color: 15455063.

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

Color convert

RGB 87 211 235 -
CMYK 0.63 0.10 0 0.08
HSL 189.73º 0.79% 0.63% -
HSV(B) 189.73º 0.63% 0.92% -
XYZ 42.22 54.61 86.91 -
YUV 176.66 160.92 64.05 -
System Red Green Blue C M Y K H S L
Decimal 87 211 235 0.63 0.10 0 0.08 189.73 0.79 0.63
Hex 57 D3 EB 3F A 0 8 BE 4F 3F
Octal 127 323 353 77 12 0 10 276 117 77
Binary 1010111 11010011 11101011 111111 1010 0 1000 10111110 1001111 111111

Color Harmonies of #57D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D3EB

Black with #57D3EB

Text Example


Text Example

White with #57D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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