Html Css Color HEX #36CDBE Medium Turquoise

📋 copy color: '#36CDBE'

red 54 ◦ green 205 ◦ blue 190

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

Shades of Medium Turquoise #36CDBE

Tints of Medium Turquoise #36CDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 12.03%
G = 45.66%
B = 42.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#36CDBE (or 0x36CDBE) is known color: Medium Turquoise. HEX triplet: 36, CD and BE. RGB value is (54,205,190). Sum of RGB (Red+Green+Blue) = 54+205+190=449 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.03% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #36CDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CDBE is #C93241. Grayscale: #9E9E9E. Windows color (decimal): -13185602 or 12504374. OLE color: 12504374.

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

Color convert

RGB 54 205 190 -
CMYK 0.74 0 0.07 0.20
HSL 174.04º 0.6% 0.51% -
HSV(B) 174.04º 0.74% 0.8% -
XYZ 32.65 48.16 56.29 -
YUV 158.14 145.97 53.72 -
System Red Green Blue C M Y K H S L
Decimal 54 205 190 0.74 0 0.07 0.20 174.04 0.6 0.51
Hex 36 CD BE 4A 0 7 14 AE 3C 33
Octal 66 315 276 112 0 7 24 256 74 63
Binary 110110 11001101 10111110 1001010 0 111 10100 10101110 111100 110011

Color Harmonies of #36CDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CDBE

Black with #36CDBE

Text Example


Text Example

White with #36CDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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