Html Css Color HEX #57EEDD Turquoise

📋 copy color: '#57EEDD'

red 87 ◦ green 238 ◦ blue 221

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

Shades of Turquoise #57EEDD

Tints of Turquoise #57EEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.59%

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

R = 15.93%
G = 43.59%
B = 40.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#57EEDD (or 0x57EEDD) is known color: Turquoise. HEX triplet: 57, EE and DD. RGB value is (87,238,221). Sum of RGB (Red+Green+Blue) = 87+238+221=546 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.93% from 546); Green value is 238 (93.36% from 255 or 43.59% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 238 - color contains mainly: green. Hex color #57EEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EEDD is #A81122. Grayscale: #BEBEBE. Windows color (decimal): -11014435 or 14544471. OLE color: 14544471.

HSL color Cylindrical-coordinate representation of color #57EEDD: hue angle of 173.25º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57EEDD is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 238 221 -
CMYK 0.63 0 0.07 0.07
HSL 173.25º 0.82% 0.64% -
HSV(B) 173.25º 0.63% 0.93% -
XYZ 47.56 68.4 79.1 -
YUV 190.91 144.97 53.88 -
System Red Green Blue C M Y K H S L
Decimal 87 238 221 0.63 0 0.07 0.07 173.25 0.82 0.64
Hex 57 EE DD 3F 0 7 7 AD 52 40
Octal 127 356 335 77 0 7 7 255 122 100
Binary 1010111 11101110 11011101 111111 0 111 111 10101101 1010010 1000000

Color Harmonies of #57EEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EEDD

Black with #57EEDD

Text Example


Text Example

White with #57EEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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