Html Css Color HEX #36CDB8 Medium Turquoise

📋 copy color: '#36CDB8'

red 54 ◦ green 205 ◦ blue 184

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

Shades of Medium Turquoise #36CDB8

Tints of Medium Turquoise #36CDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.53%

R = 12.19%
G = 46.28%
B = 41.53%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#36CDB8 (or 0x36CDB8) is known color: Medium Turquoise. HEX triplet: 36, CD and B8. RGB value is (54,205,184). Sum of RGB (Red+Green+Blue) = 54+205+184=443 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.19% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #36CDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CDB8 is #C93247. Grayscale: #9D9D9D. Windows color (decimal): -13185608 or 12111158. OLE color: 12111158.

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

Color convert

RGB 54 205 184 -
CMYK 0.74 0 0.10 0.20
HSL 171.66º 0.6% 0.51% -
HSV(B) 171.66º 0.74% 0.8% -
XYZ 32 47.91 52.91 -
YUV 157.46 142.97 54.21 -
System Red Green Blue C M Y K H S L
Decimal 54 205 184 0.74 0 0.10 0.20 171.66 0.6 0.51
Hex 36 CD B8 4A 0 A 14 AC 3C 33
Octal 66 315 270 112 0 12 24 254 74 63
Binary 110110 11001101 10111000 1001010 0 1010 10100 10101100 111100 110011

Color Harmonies of #36CDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CDB8

Black with #36CDB8

Text Example


Text Example

White with #36CDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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