#33CCCC

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

Shades of Medium Turquoise #33CCCC

Tints of Medium Turquoise #33CCCC

Color information

#33CCCC (or 0x33CCCC) is unknown color: approx Medium Turquoise. HEX triplet: 33, CC and CC. RGB value is (51,204,204). Sum of RGB (Red+Green+Blue) = 51+204+204=459 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.11% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #33CCCC is a web safe color. Inversed color of #33CCCC is #CC3333. Grayscale: #9E9E9E. Windows color (decimal): -13382452 or 13421619. OLE color: 13421619.

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

Color convert

RGB51204204-
CMYK0.75000.2
HSL180º60%50%-
HSV(B)180º75%80%-
XYZ33.8648.2564.66-
YUV158.25153.8151.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.11%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=11.11%
G=44.44%
B=44.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal512042040.75000.21806050
Hex33CCCC4B0014b43c32
Octal6331431411300242647462
Binary11001111001100110011001001011001010010110100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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