Html Css Color HEX #57EDC9 Turquoise

📋 copy color: '#57EDC9'

red 87 ◦ green 237 ◦ blue 201

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

Shades of Turquoise #57EDC9

Tints of Turquoise #57EDC9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.14%

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

R = 16.57%
G = 45.14%
B = 38.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#57EDC9 (or 0x57EDC9) is known color: Turquoise. HEX triplet: 57, ED and C9. RGB value is (87,237,201). Sum of RGB (Red+Green+Blue) = 87+237+201=525 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.57% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #57EDC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EDC9 is #A81236. Grayscale: #BCBCBC. Windows color (decimal): -11014711 or 13233495. OLE color: 13233495.

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

Color convert

RGB 87 237 201 -
CMYK 0.63 0 0.15 0.07
HSL 165.6º 0.81% 0.64% -
HSV(B) 165.6º 0.63% 0.93% -
XYZ 44.76 66.81 65.8 -
YUV 188.05 135.31 55.93 -
System Red Green Blue C M Y K H S L
Decimal 87 237 201 0.63 0 0.15 0.07 165.6 0.81 0.64
Hex 57 ED C9 3F 0 F 7 A6 51 40
Octal 127 355 311 77 0 17 7 246 121 100
Binary 1010111 11101101 11001001 111111 0 1111 111 10100110 1010001 1000000

Color Harmonies of #57EDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EDC9

Black with #57EDC9

Text Example


Text Example

White with #57EDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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