#35C3C9

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

Shades of Medium Turquoise #35C3C9

Tints of Medium Turquoise #35C3C9

Color information

#35C3C9 (or 0x35C3C9) is unknown color: approx Medium Turquoise. HEX triplet: 35, C3 and C9. RGB value is (53,195,201). Sum of RGB (Red+Green+Blue) = 53+195+201=449 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.80% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #35C3C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C3C9 is #CA3C36. Grayscale: #999999. Windows color (decimal): -13253687 or 13222709. OLE color: 13222709.

HSL color Cylindrical-coordinate representation of color #35C3C9: hue angle of 182.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C3C9 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53195201-
CMYK0.740.0300.21
HSL182.43º58.27%49.8%-
HSV(B)182.43º73.63%78.82%-
XYZ31.534462.09-
YUV153.23154.9656.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.80%
GREEN value IS 195 (76.56% from 255) = 43.43%
BLUE value IS 201 (78.91% from 255) = 44.77%
R=11.80%
G=43.43%
B=44.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531952010.740.0300.21182.4358.2749.8
Hex35C3C94A3015b63a32
Octal6530331111230252667262
Binary110101110000111100100110010101101010110110110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,195,201); }

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

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

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

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

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

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

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