Html Css Color HEX #36CDBA Medium Turquoise

📋 copy color: '#36CDBA'

red 54 ◦ green 205 ◦ blue 186

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

Shades of Medium Turquoise #36CDBA

Tints of Medium Turquoise #36CDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.07%

 BLUE value IS 186 (73.05% from 255) = 41.8%

R = 12.13%
G = 46.07%
B = 41.8%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#36CDBA (or 0x36CDBA) is known color: Medium Turquoise. HEX triplet: 36, CD and BA. RGB value is (54,205,186). Sum of RGB (Red+Green+Blue) = 54+205+186=445 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.13% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #36CDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CDBA is #C93245. Grayscale: #9D9D9D. Windows color (decimal): -13185606 or 12242230. OLE color: 12242230.

HSL color Cylindrical-coordinate representation of color #36CDBA: hue angle of 172.45º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CDBA is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 205 186 -
CMYK 0.74 0 0.09 0.20
HSL 172.45º 0.6% 0.51% -
HSV(B) 172.45º 0.74% 0.8% -
XYZ 32.22 47.99 54.02 -
YUV 157.69 143.97 54.04 -
System Red Green Blue C M Y K H S L
Decimal 54 205 186 0.74 0 0.09 0.20 172.45 0.6 0.51
Hex 36 CD BA 4A 0 9 14 AC 3C 33
Octal 66 315 272 112 0 11 24 254 74 63
Binary 110110 11001101 10111010 1001010 0 1001 10100 10101100 111100 110011

Color Harmonies of #36CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CDBA

Black with #36CDBA

Text Example


Text Example

White with #36CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,205,186); }

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

background-color css

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

 a { background-color: rgb(54,205,186); }

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

border-color css

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

 span { border-color: rgb(54,205,186); }

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