Html Css Color HEX #36CCBC Medium Turquoise

📋 copy color: '#36CCBC'

red 54 ◦ green 204 ◦ blue 188

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

Shades of Medium Turquoise #36CCBC

Tints of Medium Turquoise #36CCBC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.74%

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 12.11%
G = 45.74%
B = 42.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#36CCBC (or 0x36CCBC) is known color: Medium Turquoise. HEX triplet: 36, CC and BC. RGB value is (54,204,188). Sum of RGB (Red+Green+Blue) = 54+204+188=446 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.11% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #36CCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCBC is #C93343. Grayscale: #9D9D9D. Windows color (decimal): -13185860 or 12373046. OLE color: 12373046.

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

Color convert

RGB 54 204 188 -
CMYK 0.74 0 0.08 0.2
HSL 173.6º 0.6% 0.51% -
HSV(B) 173.6º 0.74% 0.8% -
XYZ 32.19 47.6 55.07 -
YUV 157.33 145.31 54.3 -
System Red Green Blue C M Y K H S L
Decimal 54 204 188 0.74 0 0.08 0.2 173.6 0.6 0.51
Hex 36 CC BC 4A 0 8 14 AE 3C 33
Octal 66 314 274 112 0 10 24 256 74 63
Binary 110110 11001100 10111100 1001010 0 1000 10100 10101110 111100 110011

Color Harmonies of #36CCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CCBC

Black with #36CCBC

Text Example


Text Example

White with #36CCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,204,188); }

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

background-color css

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

 a { background-color: rgb(54,204,188); }

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

border-color css

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

 span { border-color: rgb(54,204,188); }

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