#33C1C0

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

Shades of Medium Turquoise #33C1C0

Tints of Medium Turquoise #33C1C0

Color information

#33C1C0 (or 0x33C1C0) is unknown color: approx Medium Turquoise. HEX triplet: 33, C1 and C0. RGB value is (51,193,192). Sum of RGB (Red+Green+Blue) = 51+193+192=436 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.70% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #33C1C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C1C0 is #CC3E3F. Grayscale: #969696. Windows color (decimal): -13385280 or 12632371. OLE color: 12632371.

HSL color Cylindrical-coordinate representation of color #33C1C0: hue angle of 179.58º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C1C0 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB51193192-
CMYK0.7400.010.24
HSL179.58º58.2%47.84%-
HSV(B)179.58º73.58%75.69%-
XYZ29.9542.6556.52-
YUV150.43151.4657.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.70%
GREEN value IS 193 (75.78% from 255) = 44.27%
BLUE value IS 192 (75.39% from 255) = 44.04%
R=11.70%
G=44.27%
B=44.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal511931920.7400.010.24179.5858.247.84
Hex33C1C04A0118b43a30
Octal6330130011201302647260
Binary11001111000001110000001001010011100010110100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,193,192); }

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

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

 a { background-color: rgb(51,193,192); }

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

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

 span { border-color: rgb(51,193,192); }

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