Html Css Color HEX #57E5DD Turquoise

📋 copy color: '#57E5DD'

red 87 ◦ green 229 ◦ blue 221

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

Shades of Turquoise #57E5DD

Tints of Turquoise #57E5DD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.64%

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

R = 16.2%
G = 42.64%
B = 41.15%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#57E5DD (or 0x57E5DD) is known color: Turquoise. HEX triplet: 57, E5 and DD. RGB value is (87,229,221). Sum of RGB (Red+Green+Blue) = 87+229+221=537 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.20% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #57E5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E5DD is #A81A22. Grayscale: #B9B9B9. Windows color (decimal): -11016739 or 14542167. OLE color: 14542167.

HSL color Cylindrical-coordinate representation of color #57E5DD: hue angle of 176.62º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E5DD is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 87 229 221 -
CMYK 0.62 0 0.03 0.10
HSL 176.62º 0.73% 0.62% -
HSV(B) 176.62º 0.62% 0.9% -
XYZ 45 63.29 78.25 -
YUV 185.63 147.96 57.65 -
System Red Green Blue C M Y K H S L
Decimal 87 229 221 0.62 0 0.03 0.10 176.62 0.73 0.62
Hex 57 E5 DD 3E 0 3 A B1 49 3E
Octal 127 345 335 76 0 3 12 261 111 76
Binary 1010111 11100101 11011101 111110 0 11 1010 10110001 1001001 111110

Color Harmonies of #57E5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E5DD

Black with #57E5DD

Text Example


Text Example

White with #57E5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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