#33C8B8

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

Shades of Medium Turquoise #33C8B8

Tints of Medium Turquoise #33C8B8

Color information

#33C8B8 (or 0x33C8B8) is unknown color: approx Medium Turquoise. HEX triplet: 33, C8 and B8. RGB value is (51,200,184). Sum of RGB (Red+Green+Blue) = 51+200+184=435 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.72% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #33C8B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C8B8 is #CC3747. Grayscale: #999999. Windows color (decimal): -13383496 or 12109875. OLE color: 12109875.

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

Color convert

RGB51200184-
CMYK0.7400.080.22
HSL173.56º59.36%49.22%-
HSV(B)173.56º74.5%78.43%-
XYZ30.6745.4752.51-
YUV153.62145.1454.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.72%
GREEN value IS 200 (78.52% from 255) = 45.98%
BLUE value IS 184 (72.27% from 255) = 42.30%
R=11.72%
G=45.98%
B=42.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal512001840.7400.080.22173.5659.3649.22
Hex33C8B84A0816ae3b31
Octal63310270112010262567361
Binary11001111001000101110001001010010001011010101110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,200,184); }

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

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

 a { background-color: rgb(51,200,184); }

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

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

 span { border-color: rgb(51,200,184); }

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