#33CCC1

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

Shades of Medium Turquoise #33CCC1

Tints of Medium Turquoise #33CCC1

Color information

#33CCC1 (or 0x33CCC1) is unknown color: approx Medium Turquoise. HEX triplet: 33, CC and C1. RGB value is (51,204,193). Sum of RGB (Red+Green+Blue) = 51+204+193=448 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.38% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #33CCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CCC1 is #CC333E. Grayscale: #9C9C9C. Windows color (decimal): -13382463 or 12700723. OLE color: 12700723.

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

Color convert

RGB51204193-
CMYK0.7500.050.2
HSL175.69º60%50%-
HSV(B)175.69º75%80%-
XYZ32.5847.7457.95-
YUV157148.3152.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.38%
GREEN value IS 204 (80.08% from 255) = 45.54%
BLUE value IS 193 (75.78% from 255) = 43.08%
R=11.38%
G=45.54%
B=43.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal512041930.7500.050.2175.696050
Hex33CCC14B0514b03c32
Octal6331430111305242607462
Binary1100111100110011000001100101101011010010110000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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