#33ccbb

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

Shades of Medium Turquoise #33CCBB

Tints of Medium Turquoise #33CCBB

Color information

#33CCBB (or 0x33CCBB) is unknown color: approx Medium Turquoise. HEX triplet: 33, CC and BB. RGB value is (51,204,187). Sum of RGB (Red+Green+Blue) = 51+204+187=442 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.54% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CCBB is #CC3344. Grayscale: #9C9C9C. Windows color (decimal): -13382469 or 12307507. OLE color: 12307507.

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

Color convert

RGB51204187-
CMYK0.7500.080.2
HSL173.33º60%50%-
HSV(B)173.33º75%80%-
XYZ31.9347.4854.49-
YUV156.32145.3152.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.54%
GREEN value IS 204 (80.08% from 255) = 46.15%
BLUE value IS 187 (73.44% from 255) = 42.31%
R=11.54%
G=46.15%
B=42.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal512041870.7500.080.2173.336050
Hex33CCBB4B0814ad3c32
Octal63314273113010242557462
Binary11001111001100101110111001011010001010010101101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ccbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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