#33CABB

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

Shades of Medium Turquoise #33CABB

Tints of Medium Turquoise #33CABB

Color information

#33CABB (or 0x33CABB) is unknown color: approx Medium Turquoise. HEX triplet: 33, CA and BB. RGB value is (51,202,187). Sum of RGB (Red+Green+Blue) = 51+202+187=440 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.59% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #33CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CABB is #CC3544. Grayscale: #9B9B9B. Windows color (decimal): -13382981 or 12306995. OLE color: 12306995.

HSL color Cylindrical-coordinate representation of color #33CABB: hue angle of 174.04º 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 #33CABB is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB51202187-
CMYK0.7500.070.21
HSL174.04º59.68%49.61%-
HSV(B)174.04º74.75%79.22%-
XYZ31.4646.5354.34-
YUV155.14145.9753.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.59%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=11.59%
G=45.91%
B=42.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal512021870.7500.070.21174.0459.6849.61
Hex33CABB4B0715ae3c32
Octal6331227311307252567462
Binary1100111100101010111011100101101111010110101110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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