#33C6BA

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

Shades of Medium Turquoise #33C6BA

Tints of Medium Turquoise #33C6BA

Color information

#33C6BA (or 0x33C6BA) is unknown color: approx Medium Turquoise. HEX triplet: 33, C6 and BA. RGB value is (51,198,186). Sum of RGB (Red+Green+Blue) = 51+198+186=435 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.72% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #33C6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C6BA is #CC3945. Grayscale: #989898. Windows color (decimal): -13384006 or 12240435. OLE color: 12240435.

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

Color convert

RGB51198186-
CMYK0.7400.060.22
HSL175.1º59.04%48.82%-
HSV(B)175.1º74.24%77.65%-
XYZ30.4244.6453.47-
YUV152.68146.855.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.72%
GREEN value IS 198 (77.73% from 255) = 45.52%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=11.72%
G=45.52%
B=42.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal511981860.7400.060.22175.159.0448.82
Hex33C6BA4A0616af3b31
Octal6330627211206262577361
Binary1100111100011010111010100101001101011010101111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,198,186); }

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

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

 a { background-color: rgb(51,198,186); }

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

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

 span { border-color: rgb(51,198,186); }

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