Html Css Color HEX #57DEFF Turquoise Blue

📋 copy color: '#57DEFF'

red 87 ◦ green 222 ◦ blue 255

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

Shades of Turquoise Blue #57DEFF

Tints of Turquoise Blue #57DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.36%

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

R = 15.43%
G = 39.36%
B = 45.21%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#57DEFF (or 0x57DEFF) is known color: Turquoise Blue. HEX triplet: 57, DE and FF. RGB value is (87,222,255). Sum of RGB (Red+Green+Blue) = 87+222+255=564 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.43% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #57DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DEFF is #A82100. Grayscale: #B9B9B9. Windows color (decimal): -11018497 or 16768599. OLE color: 16768599.

HSL color Cylindrical-coordinate representation of color #57DEFF: hue angle of 191.79º 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 #57DEFF is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 87 222 255 -
CMYK 0.66 0.13 0 0
HSL 191.79º 1% 0.67% -
HSV(B) 191.79º 0.66% 1% -
XYZ 48.1 61.49 103.94 -
YUV 185.4 167.27 57.82 -
System Red Green Blue C M Y K H S L
Decimal 87 222 255 0.66 0.13 0 0 191.79 1 0.67
Hex 57 DE FF 42 D 0 0 C0 64 43
Octal 127 336 377 102 15 0 0 300 144 103
Binary 1010111 11011110 11111111 1000010 1101 0 0 11000000 1100100 1000011

Color Harmonies of #57DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DEFF

Black with #57DEFF

Text Example


Text Example

White with #57DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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