Html Css Color HEX #57FEDC Turquoise

📋 copy color: '#57FEDC'

red 87 ◦ green 254 ◦ blue 220

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

Shades of Turquoise #57FEDC

Tints of Turquoise #57FEDC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.28%

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 15.51%
G = 45.28%
B = 39.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#57FEDC (or 0x57FEDC) is known color: Turquoise. HEX triplet: 57, FE and DC. RGB value is (87,254,220). Sum of RGB (Red+Green+Blue) = 87+254+220=561 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.51% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #57FEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FEDC is #A80123. Grayscale: #C8C8C8. Windows color (decimal): -11010340 or 14483031. OLE color: 14483031.

HSL color Cylindrical-coordinate representation of color #57FEDC: hue angle of 167.78º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FEDC is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 87 254 220 -
CMYK 0.66 0 0.13 0.00
HSL 167.78º 0.99% 0.67% -
HSV(B) 167.78º 0.66% 1% -
XYZ 52.29 78.08 80.02 -
YUV 200.19 139.17 47.26 -
System Red Green Blue C M Y K H S L
Decimal 87 254 220 0.66 0 0.13 0.00 167.78 0.99 0.67
Hex 57 FE DC 42 0 D 0 A8 63 43
Octal 127 376 334 102 0 15 0 250 143 103
Binary 1010111 11111110 11011100 1000010 0 1101 0 10101000 1100011 1000011

Color Harmonies of #57FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FEDC

Black with #57FEDC

Text Example


Text Example

White with #57FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,254,220); }

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

background-color css

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

 a { background-color: rgb(87,254,220); }

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

border-color css

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

 span { border-color: rgb(87,254,220); }

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