Html Css Color HEX #36CDC1 Medium Turquoise

📋 copy color: '#36CDC1'

red 54 ◦ green 205 ◦ blue 193

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

Shades of Medium Turquoise #36CDC1

Tints of Medium Turquoise #36CDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.7%

R = 11.95%
G = 45.35%
B = 42.7%

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

#36CDC1 (or 0x36CDC1) is known color: Medium Turquoise. HEX triplet: 36, CD and C1. RGB value is (54,205,193). Sum of RGB (Red+Green+Blue) = 54+205+193=452 (59% of max value = 765). Red value is 54 (21.48% from 255 or 11.95% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #36CDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CDC1 is #C9323E. Grayscale: #9E9E9E. Windows color (decimal): -13185599 or 12700982. OLE color: 12700982.

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

Color convert

RGB 54 205 193 -
CMYK 0.74 0 0.06 0.20
HSL 175.23º 0.6% 0.51% -
HSV(B) 175.23º 0.74% 0.8% -
XYZ 32.98 48.3 58.04 -
YUV 158.48 147.47 53.48 -
System Red Green Blue C M Y K H S L
Decimal 54 205 193 0.74 0 0.06 0.20 175.23 0.6 0.51
Hex 36 CD C1 4A 0 6 14 AF 3C 33
Octal 66 315 301 112 0 6 24 257 74 63
Binary 110110 11001101 11000001 1001010 0 110 10100 10101111 111100 110011

Color Harmonies of #36CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CDC1

Black with #36CDC1

Text Example


Text Example

White with #36CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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