Html Css Color HEX #36CDC9 Medium Turquoise

📋 copy color: '#36CDC9'

red 54 ◦ green 205 ◦ blue 201

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

Shades of Medium Turquoise #36CDC9

Tints of Medium Turquoise #36CDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.7%

R = 11.74%
G = 44.57%
B = 43.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#36CDC9 (or 0x36CDC9) is known color: Medium Turquoise. HEX triplet: 36, CD and C9. RGB value is (54,205,201). Sum of RGB (Red+Green+Blue) = 54+205+201=460 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.74% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #36CDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CDC9 is #C93236. Grayscale: #9F9F9F. Windows color (decimal): -13185591 or 13225270. OLE color: 13225270.

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

Color convert

RGB 54 205 201 -
CMYK 0.74 0 0.02 0.20
HSL 178.41º 0.6% 0.51% -
HSV(B) 178.41º 0.74% 0.8% -
XYZ 33.9 48.66 62.86 -
YUV 159.4 151.47 52.83 -
System Red Green Blue C M Y K H S L
Decimal 54 205 201 0.74 0 0.02 0.20 178.41 0.6 0.51
Hex 36 CD C9 4A 0 2 14 B2 3C 33
Octal 66 315 311 112 0 2 24 262 74 63
Binary 110110 11001101 11001001 1001010 0 10 10100 10110010 111100 110011

Color Harmonies of #36CDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CDC9

Black with #36CDC9

Text Example


Text Example

White with #36CDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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