#35C9D9

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

Shades of Medium Turquoise #35C9D9

Tints of Medium Turquoise #35C9D9

Color information

#35C9D9 (or 0x35C9D9) is unknown color: approx Medium Turquoise. HEX triplet: 35, C9 and D9. RGB value is (53,201,217). Sum of RGB (Red+Green+Blue) = 53+201+217=471 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.25% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #35C9D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C9D9 is #CA3626. Grayscale: #9E9E9E. Windows color (decimal): -13252135 or 14272821. OLE color: 14272821.

HSL color Cylindrical-coordinate representation of color #35C9D9: hue angle of 185.85º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35C9D9 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB53201217-
CMYK0.760.0700.15
HSL185.85º68.33%52.94%-
HSV(B)185.85º75.58%85.1%-
XYZ34.8847.5472.98-
YUV158.57160.9752.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.25%
GREEN value IS 201 (78.91% from 255) = 42.68%
BLUE value IS 217 (85.16% from 255) = 46.07%
R=11.25%
G=42.68%
B=46.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal532012170.760.0700.15185.8568.3352.94
Hex35C9D94C70Fba4435
Octal65311331114701727210465
Binary1101011100100111011001100110011101111101110101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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