Html Css Color HEX #59EFCB Turquoise

📋 copy color: '#59EFCB'

red 89 ◦ green 239 ◦ blue 203

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

Shades of Turquoise #59EFCB

Tints of Turquoise #59EFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.23%

R = 16.76%
G = 45.01%
B = 38.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#59EFCB (or 0x59EFCB) is known color: Turquoise. HEX triplet: 59, EF and CB. RGB value is (89,239,203). Sum of RGB (Red+Green+Blue) = 89+239+203=531 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.76% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EFCB is #A61034. Grayscale: #BEBEBE. Windows color (decimal): -10883125 or 13365081. OLE color: 13365081.

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

Color convert

RGB 89 239 203 -
CMYK 0.63 0 0.15 0.06
HSL 165.6º 0.82% 0.64% -
HSV(B) 165.6º 0.63% 0.94% -
XYZ 45.77 68.17 67.25 -
YUV 190.05 135.31 55.93 -
System Red Green Blue C M Y K H S L
Decimal 89 239 203 0.63 0 0.15 0.06 165.6 0.82 0.64
Hex 59 EF CB 3F 0 F 6 A6 52 40
Octal 131 357 313 77 0 17 6 246 122 100
Binary 1011001 11101111 11001011 111111 0 1111 110 10100110 1010010 1000000

Color Harmonies of #59EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EFCB

Black with #59EFCB

Text Example


Text Example

White with #59EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,239,203); }

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

background-color css

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

 a { background-color: rgb(89,239,203); }

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

border-color css

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

 span { border-color: rgb(89,239,203); }

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