Html Css Color HEX #57F8DF Turquoise

📋 copy color: '#57F8DF'

red 87 ◦ green 248 ◦ blue 223

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

Shades of Turquoise #57F8DF

Tints of Turquoise #57F8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 15.59%
G = 44.44%
B = 39.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#57F8DF (or 0x57F8DF) is known color: Turquoise. HEX triplet: 57, F8 and DF. RGB value is (87,248,223). Sum of RGB (Red+Green+Blue) = 87+248+223=558 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.59% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 248 - color contains mainly: green. Hex color #57F8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F8DF is #A80720. Grayscale: #C4C4C4. Windows color (decimal): -11011873 or 14678103. OLE color: 14678103.

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

Color convert

RGB 87 248 223 -
CMYK 0.65 0 0.10 0.03
HSL 170.68º 0.92% 0.66% -
HSV(B) 170.68º 0.65% 0.97% -
XYZ 50.82 74.49 81.51 -
YUV 197.01 142.66 49.53 -
System Red Green Blue C M Y K H S L
Decimal 87 248 223 0.65 0 0.10 0.03 170.68 0.92 0.66
Hex 57 F8 DF 41 0 A 3 AB 5C 42
Octal 127 370 337 101 0 12 3 253 134 102
Binary 1010111 11111000 11011111 1000001 0 1010 11 10101011 1011100 1000010

Color Harmonies of #57F8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F8DF

Black with #57F8DF

Text Example


Text Example

White with #57F8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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