Html Css Color HEX #36CDC0 Medium Turquoise

📋 copy color: '#36CDC0'

red 54 ◦ green 205 ◦ blue 192

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

Shades of Medium Turquoise #36CDC0

Tints of Medium Turquoise #36CDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.57%

R = 11.97%
G = 45.45%
B = 42.57%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#36CDC0 (or 0x36CDC0) is known color: Medium Turquoise. HEX triplet: 36, CD and C0. RGB value is (54,205,192). Sum of RGB (Red+Green+Blue) = 54+205+192=451 (59% of max value = 765). Red value is 54 (21.48% from 255 or 11.97% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #36CDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CDC0 is #C9323F. Grayscale: #9E9E9E. Windows color (decimal): -13185600 or 12635446. OLE color: 12635446.

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

Color convert

RGB 54 205 192 -
CMYK 0.74 0 0.06 0.20
HSL 174.83º 0.6% 0.51% -
HSV(B) 174.83º 0.74% 0.8% -
XYZ 32.87 48.25 57.45 -
YUV 158.37 146.97 53.56 -
System Red Green Blue C M Y K H S L
Decimal 54 205 192 0.74 0 0.06 0.20 174.83 0.6 0.51
Hex 36 CD C0 4A 0 6 14 AF 3C 33
Octal 66 315 300 112 0 6 24 257 74 63
Binary 110110 11001101 11000000 1001010 0 110 10100 10101111 111100 110011

Color Harmonies of #36CDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CDC0

Black with #36CDC0

Text Example


Text Example

White with #36CDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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