Html Css Color HEX #36CBB6 Medium Turquoise

📋 copy color: '#36CBB6'

red 54 ◦ green 203 ◦ blue 182

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

Shades of Medium Turquoise #36CBB6

Tints of Medium Turquoise #36CBB6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.24%

 BLUE value IS 182 (71.48% from 255) = 41.46%

R = 12.3%
G = 46.24%
B = 41.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#36CBB6 (or 0x36CBB6) is known color: Medium Turquoise. HEX triplet: 36, CB and B6. RGB value is (54,203,182). Sum of RGB (Red+Green+Blue) = 54+203+182=439 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.30% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #36CBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CBB6 is #C93449. Grayscale: #9B9B9B. Windows color (decimal): -13186122 or 11979574. OLE color: 11979574.

HSL color Cylindrical-coordinate representation of color #36CBB6: hue angle of 171.54º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36CBB6 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 203 182 -
CMYK 0.73 0 0.10 0.20
HSL 171.54º 0.59% 0.5% -
HSV(B) 171.54º 0.73% 0.8% -
XYZ 31.32 46.87 51.65 -
YUV 156.06 142.64 55.21 -
System Red Green Blue C M Y K H S L
Decimal 54 203 182 0.73 0 0.10 0.20 171.54 0.59 0.5
Hex 36 CB B6 49 0 A 14 AC 3B 32
Octal 66 313 266 111 0 12 24 254 73 62
Binary 110110 11001011 10110110 1001001 0 1010 10100 10101100 111011 110010

Color Harmonies of #36CBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CBB6

Black with #36CBB6

Text Example


Text Example

White with #36CBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,203,182); }

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

background-color css

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

 a { background-color: rgb(54,203,182); }

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

border-color css

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

 span { border-color: rgb(54,203,182); }

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