Html Css Color HEX #57EFC9 Turquoise

📋 copy color: '#57EFC9'

red 87 ◦ green 239 ◦ blue 201

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

Shades of Turquoise #57EFC9

Tints of Turquoise #57EFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.14%

R = 16.51%
G = 45.35%
B = 38.14%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#57EFC9 (or 0x57EFC9) is known color: Turquoise. HEX triplet: 57, EF and C9. RGB value is (87,239,201). Sum of RGB (Red+Green+Blue) = 87+239+201=527 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.51% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #57EFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EFC9 is #A81036. Grayscale: #BDBDBD. Windows color (decimal): -11014199 or 13234007. OLE color: 13234007.

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

Color convert

RGB 87 239 201 -
CMYK 0.64 0 0.16 0.06
HSL 165º 0.83% 0.64% -
HSV(B) 165º 0.64% 0.94% -
XYZ 45.34 67.98 65.99 -
YUV 189.22 134.64 55.09 -
System Red Green Blue C M Y K H S L
Decimal 87 239 201 0.64 0 0.16 0.06 165 0.83 0.64
Hex 57 EF C9 40 0 10 6 A5 53 40
Octal 127 357 311 100 0 20 6 245 123 100
Binary 1010111 11101111 11001001 1000000 0 10000 110 10100101 1010011 1000000

Color Harmonies of #57EFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EFC9

Black with #57EFC9

Text Example


Text Example

White with #57EFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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