Html Css Color HEX #57E1DF Turquoise Blue

📋 copy color: '#57E1DF'

red 87 ◦ green 225 ◦ blue 223

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

Shades of Turquoise Blue #57E1DF

Tints of Turquoise Blue #57E1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 16.26%
G = 42.06%
B = 41.68%

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

#57E1DF (or 0x57E1DF) is known color: Turquoise Blue. HEX triplet: 57, E1 and DF. RGB value is (87,225,223). Sum of RGB (Red+Green+Blue) = 87+225+223=535 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.26% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #57E1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E1DF is #A81E20. Grayscale: #B7B7B7. Windows color (decimal): -11017761 or 14672215. OLE color: 14672215.

HSL color Cylindrical-coordinate representation of color #57E1DF: hue angle of 179.13º 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 #57E1DF is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 225 223 -
CMYK 0.61 0 0.01 0.12
HSL 179.13º 0.7% 0.61% -
HSV(B) 179.13º 0.61% 0.88% -
XYZ 44.17 61.2 79.3 -
YUV 183.51 150.28 59.16 -
System Red Green Blue C M Y K H S L
Decimal 87 225 223 0.61 0 0.01 0.12 179.13 0.7 0.61
Hex 57 E1 DF 3D 0 1 C B3 46 3D
Octal 127 341 337 75 0 1 14 263 106 75
Binary 1010111 11100001 11011111 111101 0 1 1100 10110011 1000110 111101

Color Harmonies of #57E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E1DF

Black with #57E1DF

Text Example


Text Example

White with #57E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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