Html Css Color HEX #57EECE Turquoise

📋 copy color: '#57EECE'

red 87 ◦ green 238 ◦ blue 206

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

Shades of Turquoise #57EECE

Tints of Turquoise #57EECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 16.38%
G = 44.82%
B = 38.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#57EECE (or 0x57EECE) is known color: Turquoise. HEX triplet: 57, EE and CE. RGB value is (87,238,206). Sum of RGB (Red+Green+Blue) = 87+238+206=531 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.38% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #57EECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EECE is #A81131. Grayscale: #BDBDBD. Windows color (decimal): -11014450 or 13561431. OLE color: 13561431.

HSL color Cylindrical-coordinate representation of color #57EECE: hue angle of 167.28º 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 #57EECE is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 238 206 -
CMYK 0.63 0 0.13 0.07
HSL 167.28º 0.82% 0.64% -
HSV(B) 167.28º 0.63% 0.93% -
XYZ 45.65 67.63 69.04 -
YUV 189.2 137.47 55.1 -
System Red Green Blue C M Y K H S L
Decimal 87 238 206 0.63 0 0.13 0.07 167.28 0.82 0.64
Hex 57 EE CE 3F 0 D 7 A7 52 40
Octal 127 356 316 77 0 15 7 247 122 100
Binary 1010111 11101110 11001110 111111 0 1101 111 10100111 1010010 1000000

Color Harmonies of #57EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EECE

Black with #57EECE

Text Example


Text Example

White with #57EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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