Html Css Color HEX #57F8DB Turquoise

📋 copy color: '#57F8DB'

red 87 ◦ green 248 ◦ blue 219

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

Shades of Turquoise #57F8DB

Tints of Turquoise #57F8DB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.77%

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 15.7%
G = 44.77%
B = 39.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#57F8DB (or 0x57F8DB) is known color: Turquoise. HEX triplet: 57, F8 and DB. RGB value is (87,248,219). Sum of RGB (Red+Green+Blue) = 87+248+219=554 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.70% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #57F8DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F8DB is #A80724. Grayscale: #C4C4C4. Windows color (decimal): -11011877 or 14415959. OLE color: 14415959.

HSL color Cylindrical-coordinate representation of color #57F8DB: hue angle of 169.19º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57F8DB is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 87 248 219 -
CMYK 0.65 0 0.12 0.03
HSL 169.19º 0.92% 0.66% -
HSV(B) 169.19º 0.65% 0.97% -
XYZ 50.28 74.28 78.7 -
YUV 196.56 140.66 49.86 -
System Red Green Blue C M Y K H S L
Decimal 87 248 219 0.65 0 0.12 0.03 169.19 0.92 0.66
Hex 57 F8 DB 41 0 C 3 A9 5C 42
Octal 127 370 333 101 0 14 3 251 134 102
Binary 1010111 11111000 11011011 1000001 0 1100 11 10101001 1011100 1000010

Color Harmonies of #57F8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F8DB

Black with #57F8DB

Text Example


Text Example

White with #57F8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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