#33CCBA

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

Shades of Medium Turquoise #33CCBA

Tints of Medium Turquoise #33CCBA

Color information

#33CCBA (or 0x33CCBA) is unknown color: approx Medium Turquoise. HEX triplet: 33, CC and BA. RGB value is (51,204,186). Sum of RGB (Red+Green+Blue) = 51+204+186=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CCBA is #CC3345. Grayscale: #9C9C9C. Windows color (decimal): -13382470 or 12241971. OLE color: 12241971.

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

Color convert

RGB51204186-
CMYK0.7500.090.2
HSL172.94º60%50%-
HSV(B)172.94º75%80%-
XYZ31.8247.4353.93-
YUV156.2144.8152.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.56%
GREEN value IS 204 (80.08% from 255) = 46.26%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=11.56%
G=46.26%
B=42.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal512041860.7500.090.2172.946050
Hex33CCBA4B0914ad3c32
Octal63314272113011242557462
Binary11001111001100101110101001011010011010010101101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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