Html Css Color HEX #57E3DE Turquoise Blue

📋 copy color: '#57E3DE'

red 87 ◦ green 227 ◦ blue 222

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

Shades of Turquoise Blue #57E3DE

Tints of Turquoise Blue #57E3DE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.35%

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 16.23%
G = 42.35%
B = 41.42%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#57E3DE (or 0x57E3DE) is known color: Turquoise Blue. HEX triplet: 57, E3 and DE. RGB value is (87,227,222). Sum of RGB (Red+Green+Blue) = 87+227+222=536 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.23% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #57E3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E3DE is #A81C21. Grayscale: #B8B8B8. Windows color (decimal): -11017250 or 14607191. OLE color: 14607191.

HSL color Cylindrical-coordinate representation of color #57E3DE: hue angle of 177.86º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E3DE is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 87 227 222 -
CMYK 0.62 0 0.02 0.11
HSL 177.86º 0.71% 0.62% -
HSV(B) 177.86º 0.62% 0.89% -
XYZ 44.58 62.24 78.77 -
YUV 184.57 149.12 58.41 -
System Red Green Blue C M Y K H S L
Decimal 87 227 222 0.62 0 0.02 0.11 177.86 0.71 0.62
Hex 57 E3 DE 3E 0 2 B B2 47 3E
Octal 127 343 336 76 0 2 13 262 107 76
Binary 1010111 11100011 11011110 111110 0 10 1011 10110010 1000111 111110

Color Harmonies of #57E3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E3DE

Black with #57E3DE

Text Example


Text Example

White with #57E3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,227,222); }

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

background-color css

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

 a { background-color: rgb(87,227,222); }

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

border-color css

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

 span { border-color: rgb(87,227,222); }

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