Html Css Color HEX #57F4D0 Turquoise

📋 copy color: '#57F4D0'

red 87 ◦ green 244 ◦ blue 208

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

Shades of Turquoise #57F4D0

Tints of Turquoise #57F4D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.59%

R = 16.14%
G = 45.27%
B = 38.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#57F4D0 (or 0x57F4D0) is known color: Turquoise. HEX triplet: 57, F4 and D0. RGB value is (87,244,208). Sum of RGB (Red+Green+Blue) = 87+244+208=539 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.14% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 244 - color contains mainly: green. Hex color #57F4D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F4D0 is #A80B2F. Grayscale: #C0C0C0. Windows color (decimal): -11012912 or 13694039. OLE color: 13694039.

HSL color Cylindrical-coordinate representation of color #57F4D0: hue angle of 166.24º 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 #57F4D0 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 87 244 208 -
CMYK 0.64 0 0.15 0.04
HSL 166.24º 0.88% 0.65% -
HSV(B) 166.24º 0.64% 0.96% -
XYZ 47.67 71.28 70.92 -
YUV 192.95 136.49 52.43 -
System Red Green Blue C M Y K H S L
Decimal 87 244 208 0.64 0 0.15 0.04 166.24 0.88 0.65
Hex 57 F4 D0 40 0 F 4 A6 58 41
Octal 127 364 320 100 0 17 4 246 130 101
Binary 1010111 11110100 11010000 1000000 0 1111 100 10100110 1011000 1000001

Color Harmonies of #57F4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F4D0

Black with #57F4D0

Text Example


Text Example

White with #57F4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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