#36BEC4

Color #36BEC4 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #36BEC4

Tints of Medium Turquoise #36BEC4

Color information

#36BEC4 (or 0x36BEC4) is unknown color: approx Medium Turquoise. HEX triplet: 36, BE and C4. RGB value is (54,190,196). Sum of RGB (Red+Green+Blue) = 54+190+196=440 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.27% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 196 - color contains mainly: blue. Hex color #36BEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BEC4 is #C9413B. Grayscale: #959595. Windows color (decimal): -13189436 or 12893750. OLE color: 12893750.

HSL color Cylindrical-coordinate representation of color #36BEC4: hue angle of 182.54º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36BEC4 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB54190196-
CMYK0.720.0300.23
HSL182.54º56.8%49.02%-
HSV(B)182.54º72.45%76.86%-
XYZ29.941.658.68-
YUV150.02153.9459.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.27%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 196 (76.95% from 255) = 44.55%
R=12.27%
G=43.18%
B=44.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal541901960.720.0300.23182.5456.849.02
Hex36BEC4483017b73931
Octal6627630411030272677161
Binary110110101111101100010010010001101011110110111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #36BEC4;
 }
 .AnyTagClassName
 {
   color: #36BEC4;
 }
</style>
background-color css

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

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

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

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

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

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