#33CABC

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

Shades of Medium Turquoise #33CABC

Tints of Medium Turquoise #33CABC

Color information

#33CABC (or 0x33CABC) is unknown color: approx Medium Turquoise. HEX triplet: 33, CA and BC. RGB value is (51,202,188). Sum of RGB (Red+Green+Blue) = 51+202+188=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #33CABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CABC is #CC3543. Grayscale: #9B9B9B. Windows color (decimal): -13382980 or 12372531. OLE color: 12372531.

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

Color convert

RGB51202188-
CMYK0.7500.070.21
HSL174.44º59.68%49.61%-
HSV(B)174.44º74.75%79.22%-
XYZ31.5646.5854.9-
YUV155.26146.4753.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.56%
GREEN value IS 202 (79.30% from 255) = 45.80%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=11.56%
G=45.80%
B=42.63%

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
Decimal512021880.7500.070.21174.4459.6849.61
Hex33CABC4B0715ae3c32
Octal6331227411307252567462
Binary1100111100101010111100100101101111010110101110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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