#33CABD

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

Shades of Medium Turquoise #33CABD

Tints of Medium Turquoise #33CABD

Color information

#33CABD (or 0x33CABD) is unknown color: approx Medium Turquoise. HEX triplet: 33, CA and BD. RGB value is (51,202,189). Sum of RGB (Red+Green+Blue) = 51+202+189=442 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.54% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #33CABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CABD is #CC3542. Grayscale: #9B9B9B. Windows color (decimal): -13382979 or 12438067. OLE color: 12438067.

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

Color convert

RGB51202189-
CMYK0.7500.060.21
HSL174.83º59.68%49.61%-
HSV(B)174.83º74.75%79.22%-
XYZ31.6746.6255.47-
YUV155.37146.9753.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.54%
GREEN value IS 202 (79.30% from 255) = 45.70%
BLUE value IS 189 (74.22% from 255) = 42.76%
R=11.54%
G=45.70%
B=42.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal512021890.7500.060.21174.8359.6849.61
Hex33CABD4B0615af3c32
Octal6331227511306252577462
Binary1100111100101010111101100101101101010110101111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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