#33CAB9

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

Shades of Medium Turquoise #33CAB9

Tints of Medium Turquoise #33CAB9

Color information

#33CAB9 (or 0x33CAB9) is unknown color: approx Medium Turquoise. HEX triplet: 33, CA and B9. RGB value is (51,202,185). Sum of RGB (Red+Green+Blue) = 51+202+185=438 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.64% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #33CAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CAB9 is #CC3546. Grayscale: #9A9A9A. Windows color (decimal): -13382983 or 12175923. OLE color: 12175923.

HSL color Cylindrical-coordinate representation of color #33CAB9: hue angle of 173.25º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CAB9 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB51202185-
CMYK0.7500.080.21
HSL173.25º59.68%49.61%-
HSV(B)173.25º74.75%79.22%-
XYZ31.2446.4553.22-
YUV154.91144.9753.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.64%
GREEN value IS 202 (79.30% from 255) = 46.12%
BLUE value IS 185 (72.66% from 255) = 42.24%
R=11.64%
G=46.12%
B=42.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal512021850.7500.080.21173.2559.6849.61
Hex33CAB94B0815ad3c32
Octal63312271113010252557462
Binary11001111001010101110011001011010001010110101101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,202,185); }

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

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

 a { background-color: rgb(51,202,185); }

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

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

 span { border-color: rgb(51,202,185); }

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