Html Css Color HEX #36CDC2 Medium Turquoise

📋 copy color: '#36CDC2'

red 54 ◦ green 205 ◦ blue 194

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

Shades of Medium Turquoise #36CDC2

Tints of Medium Turquoise #36CDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.83%

R = 11.92%
G = 45.25%
B = 42.83%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#36CDC2 (or 0x36CDC2) is known color: Medium Turquoise. HEX triplet: 36, CD and C2. RGB value is (54,205,194). Sum of RGB (Red+Green+Blue) = 54+205+194=453 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.92% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #36CDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CDC2 is #C9323D. Grayscale: #9E9E9E. Windows color (decimal): -13185598 or 12766518. OLE color: 12766518.

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

Color convert

RGB 54 205 194 -
CMYK 0.74 0 0.05 0.20
HSL 175.63º 0.6% 0.51% -
HSV(B) 175.63º 0.74% 0.8% -
XYZ 33.09 48.34 58.63 -
YUV 158.6 147.97 53.39 -
System Red Green Blue C M Y K H S L
Decimal 54 205 194 0.74 0 0.05 0.20 175.63 0.6 0.51
Hex 36 CD C2 4A 0 5 14 B0 3C 33
Octal 66 315 302 112 0 5 24 260 74 63
Binary 110110 11001101 11000010 1001010 0 101 10100 10110000 111100 110011

Color Harmonies of #36CDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CDC2

Black with #36CDC2

Text Example


Text Example

White with #36CDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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