#33C5BE

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

Shades of Medium Turquoise #33C5BE

Tints of Medium Turquoise #33C5BE

Color information

#33C5BE (or 0x33C5BE) is unknown color: approx Medium Turquoise. HEX triplet: 33, C5 and BE. RGB value is (51,197,190). Sum of RGB (Red+Green+Blue) = 51+197+190=438 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.64% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #33C5BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C5BE is #CC3A41. Grayscale: #989898. Windows color (decimal): -13384258 or 12502323. OLE color: 12502323.

HSL color Cylindrical-coordinate representation of color #33C5BE: hue angle of 177.12º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C5BE is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB51197190-
CMYK0.7400.040.23
HSL177.12º58.87%48.63%-
HSV(B)177.12º74.11%77.25%-
XYZ30.6344.3555.66-
YUV152.55149.1355.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.64%
GREEN value IS 197 (77.34% from 255) = 44.98%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=11.64%
G=44.98%
B=43.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal511971900.7400.040.23177.1258.8748.63
Hex33C5BE4A0417b13b31
Octal6330527611204272617361
Binary1100111100010110111110100101001001011110110001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33C5BE; }

 p { color: rgb(51,197,190); }

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

<style>
 a { background-color: #33C5BE; }

 a { background-color: rgb(51,197,190); }

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

<style>
 span { border-color: #33C5BE; }

 span { border-color: rgb(51,197,190); }

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