Html Css Color HEX #57F4DF Turquoise

📋 copy color: '#57F4DF'

red 87 ◦ green 244 ◦ blue 223

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

Shades of Turquoise #57F4DF

Tints of Turquoise #57F4DF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.04%

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

R = 15.7%
G = 44.04%
B = 40.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#57F4DF (or 0x57F4DF) is known color: Turquoise. HEX triplet: 57, F4 and DF. RGB value is (87,244,223). Sum of RGB (Red+Green+Blue) = 87+244+223=554 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.70% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #57F4DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F4DF is #A80B20. Grayscale: #C2C2C2. Windows color (decimal): -11012897 or 14677079. OLE color: 14677079.

HSL color Cylindrical-coordinate representation of color #57F4DF: hue angle of 171.97º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F4DF is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 87 244 223 -
CMYK 0.64 0 0.09 0.04
HSL 171.97º 0.88% 0.65% -
HSV(B) 171.97º 0.64% 0.96% -
XYZ 49.6 72.06 81.11 -
YUV 194.66 143.99 51.21 -
System Red Green Blue C M Y K H S L
Decimal 87 244 223 0.64 0 0.09 0.04 171.97 0.88 0.65
Hex 57 F4 DF 40 0 9 4 AC 58 41
Octal 127 364 337 100 0 11 4 254 130 101
Binary 1010111 11110100 11011111 1000000 0 1001 100 10101100 1011000 1000001

Color Harmonies of #57F4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F4DF

Black with #57F4DF

Text Example


Text Example

White with #57F4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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