Html Css Color HEX #36CAB9 Medium Turquoise

📋 copy color: '#36CAB9'

red 54 ◦ green 202 ◦ blue 185

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

Shades of Medium Turquoise #36CAB9

Tints of Medium Turquoise #36CAB9

RGB

 RED value IS 54 (21.48% from 255) = 12.24%

 GREEN value IS 202 (79.3% from 255) = 45.8%

 BLUE value IS 185 (72.66% from 255) = 41.95%

R = 12.24%
G = 45.8%
B = 41.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#36CAB9 (or 0x36CAB9) is known color: Medium Turquoise. HEX triplet: 36, CA and B9. RGB value is (54,202,185). Sum of RGB (Red+Green+Blue) = 54+202+185=441 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.24% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #36CAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CAB9 is #C93546. Grayscale: #9B9B9B. Windows color (decimal): -13186375 or 12175926. OLE color: 12175926.

HSL color Cylindrical-coordinate representation of color #36CAB9: hue angle of 173.11º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36CAB9 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 54 202 185 -
CMYK 0.73 0 0.08 0.21
HSL 173.11º 0.58% 0.5% -
HSV(B) 173.11º 0.73% 0.79% -
XYZ 31.4 46.53 53.22 -
YUV 155.81 144.47 55.38 -
System Red Green Blue C M Y K H S L
Decimal 54 202 185 0.73 0 0.08 0.21 173.11 0.58 0.5
Hex 36 CA B9 49 0 8 15 AD 3A 32
Octal 66 312 271 111 0 10 25 255 72 62
Binary 110110 11001010 10111001 1001001 0 1000 10101 10101101 111010 110010

Color Harmonies of #36CAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CAB9

Black with #36CAB9

Text Example


Text Example

White with #36CAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36CAB9; }

 p { color: rgb(54,202,185); }

 H1.HeaderClassName
 {
   color: #36CAB9;
 }
 .AnyTagClassName
 {
   color: #36CAB9;
 }
</style>

background-color css

<style>
 a { background-color: #36CAB9; }

 a { background-color: rgb(54,202,185); }

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

border-color css

<style>
 span { border-color: #36CAB9; }

 span { border-color: rgb(54,202,185); }

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