Html Css Color HEX #36CDBD Medium Turquoise

📋 copy color: '#36CDBD'

red 54 ◦ green 205 ◦ blue 189

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

Shades of Medium Turquoise #36CDBD

Tints of Medium Turquoise #36CDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 12.05%
G = 45.76%
B = 42.19%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#36CDBD (or 0x36CDBD) is known color: Medium Turquoise. HEX triplet: 36, CD and BD. RGB value is (54,205,189). Sum of RGB (Red+Green+Blue) = 54+205+189=448 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.05% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #36CDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CDBD is #C93242. Grayscale: #9D9D9D. Windows color (decimal): -13185603 or 12438838. OLE color: 12438838.

HSL color Cylindrical-coordinate representation of color #36CDBD: hue angle of 173.64º 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 #36CDBD is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 205 189 -
CMYK 0.74 0 0.08 0.20
HSL 173.64º 0.6% 0.51% -
HSV(B) 173.64º 0.74% 0.8% -
XYZ 32.54 48.12 55.72 -
YUV 158.03 145.47 53.8 -
System Red Green Blue C M Y K H S L
Decimal 54 205 189 0.74 0 0.08 0.20 173.64 0.6 0.51
Hex 36 CD BD 4A 0 8 14 AE 3C 33
Octal 66 315 275 112 0 10 24 256 74 63
Binary 110110 11001101 10111101 1001010 0 1000 10100 10101110 111100 110011

Color Harmonies of #36CDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CDBD

Black with #36CDBD

Text Example


Text Example

White with #36CDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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