Html Css Color HEX #59EDDC Turquoise

📋 copy color: '#59EDDC'

red 89 ◦ green 237 ◦ blue 220

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

Shades of Turquoise #59EDDC

Tints of Turquoise #59EDDC

RGB

 RED value IS 89 (35.16% from 255) = 16.3%

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 16.3%
G = 43.41%
B = 40.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#59EDDC (or 0x59EDDC) is known color: Turquoise. HEX triplet: 59, ED and DC. RGB value is (89,237,220). Sum of RGB (Red+Green+Blue) = 89+237+220=546 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.30% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EDDC is #A61223. Grayscale: #BEBEBE. Windows color (decimal): -10883620 or 14478681. OLE color: 14478681.

HSL color Cylindrical-coordinate representation of color #59EDDC: hue angle of 173.11º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59EDDC is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 237 220 -
CMYK 0.62 0 0.07 0.07
HSL 173.11º 0.8% 0.64% -
HSV(B) 173.11º 0.62% 0.93% -
XYZ 47.32 67.86 78.31 -
YUV 190.81 144.47 55.38 -
System Red Green Blue C M Y K H S L
Decimal 89 237 220 0.62 0 0.07 0.07 173.11 0.8 0.64
Hex 59 ED DC 3E 0 7 7 AD 50 40
Octal 131 355 334 76 0 7 7 255 120 100
Binary 1011001 11101101 11011100 111110 0 111 111 10101101 1010000 1000000

Color Harmonies of #59EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EDDC

Black with #59EDDC

Text Example


Text Example

White with #59EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59EDDC; }

 p { color: rgb(89,237,220); }

 H1.HeaderClassName
 {
   color: #59EDDC;
 }
 .AnyTagClassName
 {
   color: #59EDDC;
 }
</style>

background-color css

<style>
 a { background-color: #59EDDC; }

 a { background-color: rgb(89,237,220); }

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

border-color css

<style>
 span { border-color: #59EDDC; }

 span { border-color: rgb(89,237,220); }

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