Html Css Color HEX #57EFC7 Turquoise

📋 copy color: '#57EFC7'

red 87 ◦ green 239 ◦ blue 199

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

Shades of Turquoise #57EFC7

Tints of Turquoise #57EFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.9%

R = 16.57%
G = 45.52%
B = 37.9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#57EFC7 (or 0x57EFC7) is known color: Turquoise. HEX triplet: 57, EF and C7. RGB value is (87,239,199). Sum of RGB (Red+Green+Blue) = 87+239+199=525 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.57% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EFC7 is #A81038. Grayscale: #BDBDBD. Windows color (decimal): -11014201 or 13102935. OLE color: 13102935.

HSL color Cylindrical-coordinate representation of color #57EFC7: hue angle of 164.21º 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 #57EFC7 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 239 199 -
CMYK 0.64 0 0.17 0.06
HSL 164.21º 0.83% 0.64% -
HSV(B) 164.21º 0.64% 0.94% -
XYZ 45.11 67.88 64.76 -
YUV 188.99 133.64 55.25 -
System Red Green Blue C M Y K H S L
Decimal 87 239 199 0.64 0 0.17 0.06 164.21 0.83 0.64
Hex 57 EF C7 40 0 11 6 A4 53 40
Octal 127 357 307 100 0 21 6 244 123 100
Binary 1010111 11101111 11000111 1000000 0 10001 110 10100100 1010011 1000000

Color Harmonies of #57EFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EFC7

Black with #57EFC7

Text Example


Text Example

White with #57EFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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