Html Css Color HEX #57EFCC Turquoise

📋 copy color: '#57EFCC'

red 87 ◦ green 239 ◦ blue 204

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

Shades of Turquoise #57EFCC

Tints of Turquoise #57EFCC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.09%

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

R = 16.42%
G = 45.09%
B = 38.49%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#57EFCC (or 0x57EFCC) is known color: Turquoise. HEX triplet: 57, EF and CC. RGB value is (87,239,204). Sum of RGB (Red+Green+Blue) = 87+239+204=530 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.42% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EFCC is #A81033. Grayscale: #BDBDBD. Windows color (decimal): -11014196 or 13430615. OLE color: 13430615.

HSL color Cylindrical-coordinate representation of color #57EFCC: hue angle of 166.18º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57EFCC is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 239 204 -
CMYK 0.64 0 0.15 0.06
HSL 166.18º 0.83% 0.64% -
HSV(B) 166.18º 0.64% 0.94% -
XYZ 45.7 68.12 67.87 -
YUV 189.56 136.14 54.85 -
System Red Green Blue C M Y K H S L
Decimal 87 239 204 0.64 0 0.15 0.06 166.18 0.83 0.64
Hex 57 EF CC 40 0 F 6 A6 53 40
Octal 127 357 314 100 0 17 6 246 123 100
Binary 1010111 11101111 11001100 1000000 0 1111 110 10100110 1010011 1000000

Color Harmonies of #57EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EFCC

Black with #57EFCC

Text Example


Text Example

White with #57EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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