Html Css Color HEX #36CCBE Medium Turquoise

📋 copy color: '#36CCBE'

red 54 ◦ green 204 ◦ blue 190

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

Shades of Medium Turquoise #36CCBE

Tints of Medium Turquoise #36CCBE

RGB

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

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

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

R = 12.05%
G = 45.54%
B = 42.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#36CCBE (or 0x36CCBE) is known color: Medium Turquoise. HEX triplet: 36, CC and BE. RGB value is (54,204,190). Sum of RGB (Red+Green+Blue) = 54+204+190=448 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.05% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #36CCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCBE is #C93341. Grayscale: #9D9D9D. Windows color (decimal): -13185858 or 12504118. OLE color: 12504118.

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

Color convert

RGB 54 204 190 -
CMYK 0.74 0 0.07 0.2
HSL 174.4º 0.6% 0.51% -
HSV(B) 174.4º 0.74% 0.8% -
XYZ 32.41 47.69 56.21 -
YUV 157.55 146.31 54.14 -
System Red Green Blue C M Y K H S L
Decimal 54 204 190 0.74 0 0.07 0.2 174.4 0.6 0.51
Hex 36 CC BE 4A 0 7 14 AE 3C 33
Octal 66 314 276 112 0 7 24 256 74 63
Binary 110110 11001100 10111110 1001010 0 111 10100 10101110 111100 110011

Color Harmonies of #36CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CCBE

Black with #36CCBE

Text Example


Text Example

White with #36CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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