#35CCCC

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

Shades of Medium Turquoise #35CCCC

Tints of Medium Turquoise #35CCCC

Color information

#35CCCC (or 0x35CCCC) is unknown color: approx Medium Turquoise. HEX triplet: 35, CC and CC. RGB value is (53,204,204). Sum of RGB (Red+Green+Blue) = 53+204+204=461 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.50% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #35CCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35CCCC is #CA3333. Grayscale: #9E9E9E. Windows color (decimal): -13251380 or 13421621. OLE color: 13421621.

HSL color Cylindrical-coordinate representation of color #35CCCC: 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.74%. Process color model (Four color, CMYK) of #35CCCC is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB53204204-
CMYK0.74000.2
HSL180º59.68%50.39%-
HSV(B)180º74.02%80%-
XYZ33.9648.364.66-
YUV158.85153.4752.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.50%
GREEN value IS 204 (80.08% from 255) = 44.25%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=11.50%
G=44.25%
B=44.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal532042040.74000.218059.6850.39
Hex35CCCC4A0014b43c32
Octal6531431411200242647462
Binary11010111001100110011001001010001010010110100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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