Html Css Color HEX #57EFDD Turquoise

📋 copy color: '#57EFDD'

red 87 ◦ green 239 ◦ blue 221

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

Shades of Turquoise #57EFDD

Tints of Turquoise #57EFDD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.69%

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 15.9%
G = 43.69%
B = 40.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#57EFDD (or 0x57EFDD) is known color: Turquoise. HEX triplet: 57, EF and DD. RGB value is (87,239,221). Sum of RGB (Red+Green+Blue) = 87+239+221=547 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.90% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EFDD is #A81022. Grayscale: #BFBFBF. Windows color (decimal): -11014179 or 14544727. OLE color: 14544727.

HSL color Cylindrical-coordinate representation of color #57EFDD: hue angle of 172.89º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57EFDD is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 239 221 -
CMYK 0.64 0 0.08 0.06
HSL 172.89º 0.83% 0.64% -
HSV(B) 172.89º 0.64% 0.94% -
XYZ 47.85 68.98 79.2 -
YUV 191.5 144.64 53.46 -
System Red Green Blue C M Y K H S L
Decimal 87 239 221 0.64 0 0.08 0.06 172.89 0.83 0.64
Hex 57 EF DD 40 0 8 6 AD 53 40
Octal 127 357 335 100 0 10 6 255 123 100
Binary 1010111 11101111 11011101 1000000 0 1000 110 10101101 1010011 1000000

Color Harmonies of #57EFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EFDD

Black with #57EFDD

Text Example


Text Example

White with #57EFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,239,221); }

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

background-color css

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

 a { background-color: rgb(87,239,221); }

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

border-color css

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

 span { border-color: rgb(87,239,221); }

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