Html Css Color HEX #57F4D5 Turquoise

📋 copy color: '#57F4D5'

red 87 ◦ green 244 ◦ blue 213

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

Shades of Turquoise #57F4D5

Tints of Turquoise #57F4D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.15%

R = 15.99%
G = 44.85%
B = 39.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#57F4D5 (or 0x57F4D5) is known color: Turquoise. HEX triplet: 57, F4 and D5. RGB value is (87,244,213). Sum of RGB (Red+Green+Blue) = 87+244+213=544 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.99% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #57F4D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F4D5 is #A80B2A. Grayscale: #C1C1C1. Windows color (decimal): -11012907 or 14021719. OLE color: 14021719.

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

Color convert

RGB 87 244 213 -
CMYK 0.64 0 0.13 0.04
HSL 168.15º 0.88% 0.65% -
HSV(B) 168.15º 0.64% 0.96% -
XYZ 48.29 71.53 74.21 -
YUV 193.52 138.99 52.02 -
System Red Green Blue C M Y K H S L
Decimal 87 244 213 0.64 0 0.13 0.04 168.15 0.88 0.65
Hex 57 F4 D5 40 0 D 4 A8 58 41
Octal 127 364 325 100 0 15 4 250 130 101
Binary 1010111 11110100 11010101 1000000 0 1101 100 10101000 1011000 1000001

Color Harmonies of #57F4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F4D5

Black with #57F4D5

Text Example


Text Example

White with #57F4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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