Html Css Color HEX #57EBCC Turquoise

📋 copy color: '#57EBCC'

red 87 ◦ green 235 ◦ blue 204

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

Shades of Turquoise #57EBCC

Tints of Turquoise #57EBCC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.68%

 BLUE value IS 204 (80.08% from 255) = 38.78%

R = 16.54%
G = 44.68%
B = 38.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#57EBCC (or 0x57EBCC) is known color: Turquoise. HEX triplet: 57, EB and CC. RGB value is (87,235,204). Sum of RGB (Red+Green+Blue) = 87+235+204=526 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.54% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #57EBCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EBCC is #A81433. Grayscale: #BBBBBB. Windows color (decimal): -11015220 or 13429591. OLE color: 13429591.

HSL color Cylindrical-coordinate representation of color #57EBCC: hue angle of 167.43º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57EBCC is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 235 204 -
CMYK 0.63 0 0.13 0.08
HSL 167.43º 0.79% 0.63% -
HSV(B) 167.43º 0.63% 0.92% -
XYZ 44.54 65.8 67.48 -
YUV 187.21 137.47 56.52 -
System Red Green Blue C M Y K H S L
Decimal 87 235 204 0.63 0 0.13 0.08 167.43 0.79 0.63
Hex 57 EB CC 3F 0 D 8 A7 4F 3F
Octal 127 353 314 77 0 15 10 247 117 77
Binary 1010111 11101011 11001100 111111 0 1101 1000 10100111 1001111 111111

Color Harmonies of #57EBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EBCC

Black with #57EBCC

Text Example


Text Example

White with #57EBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,235,204); }

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

background-color css

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

 a { background-color: rgb(87,235,204); }

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

border-color css

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

 span { border-color: rgb(87,235,204); }

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