Html Css Color HEX #57E1DE Turquoise Blue

📋 copy color: '#57E1DE'

red 87 ◦ green 225 ◦ blue 222

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

Shades of Turquoise Blue #57E1DE

Tints of Turquoise Blue #57E1DE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.13%

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

R = 16.29%
G = 42.13%
B = 41.57%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#57E1DE (or 0x57E1DE) is known color: Turquoise Blue. HEX triplet: 57, E1 and DE. RGB value is (87,225,222). Sum of RGB (Red+Green+Blue) = 87+225+222=534 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.29% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #57E1DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E1DE is #A81E21. Grayscale: #B7B7B7. Windows color (decimal): -11017762 or 14606679. OLE color: 14606679.

HSL color Cylindrical-coordinate representation of color #57E1DE: hue angle of 178.7º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57E1DE is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 225 222 -
CMYK 0.61 0 0.01 0.12
HSL 178.7º 0.7% 0.61% -
HSV(B) 178.7º 0.61% 0.88% -
XYZ 44.04 61.15 78.59 -
YUV 183.4 149.78 59.24 -
System Red Green Blue C M Y K H S L
Decimal 87 225 222 0.61 0 0.01 0.12 178.7 0.7 0.61
Hex 57 E1 DE 3D 0 1 C B3 46 3D
Octal 127 341 336 75 0 1 14 263 106 75
Binary 1010111 11100001 11011110 111101 0 1 1100 10110011 1000110 111101

Color Harmonies of #57E1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E1DE

Black with #57E1DE

Text Example


Text Example

White with #57E1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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