Html Css Color HEX #57D6FF Turquoise Blue

📋 copy color: '#57D6FF'

red 87 ◦ green 214 ◦ blue 255

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

Shades of Turquoise Blue #57D6FF

Tints of Turquoise Blue #57D6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.49%

 BLUE value IS 255 (100% from 255) = 45.86%

R = 15.65%
G = 38.49%
B = 45.86%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#57D6FF (or 0x57D6FF) is known color: Turquoise Blue. HEX triplet: 57, D6 and FF. RGB value is (87,214,255). Sum of RGB (Red+Green+Blue) = 87+214+255=556 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.65% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #57D6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D6FF is #A82900. Grayscale: #B4B4B4. Windows color (decimal): -11020545 or 16766551. OLE color: 16766551.

HSL color Cylindrical-coordinate representation of color #57D6FF: hue angle of 194.64º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57D6FF is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 87 214 255 -
CMYK 0.66 0.16 0 0
HSL 194.64º 1% 0.67% -
HSV(B) 194.64º 0.66% 1% -
XYZ 46.03 57.34 103.25 -
YUV 180.7 169.92 61.17 -
System Red Green Blue C M Y K H S L
Decimal 87 214 255 0.66 0.16 0 0 194.64 1 0.67
Hex 57 D6 FF 42 10 0 0 C3 64 43
Octal 127 326 377 102 20 0 0 303 144 103
Binary 1010111 11010110 11111111 1000010 10000 0 0 11000011 1100100 1000011

Color Harmonies of #57D6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57D6FF

Black with #57D6FF

Text Example


Text Example

White with #57D6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,214,255); }

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

background-color css

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

 a { background-color: rgb(87,214,255); }

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

border-color css

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

 span { border-color: rgb(87,214,255); }

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