#35C3C0

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

Shades of Medium Turquoise #35C3C0

Tints of Medium Turquoise #35C3C0

Color information

#35C3C0 (or 0x35C3C0) is unknown color: approx Medium Turquoise. HEX triplet: 35, C3 and C0. RGB value is (53,195,192). Sum of RGB (Red+Green+Blue) = 53+195+192=440 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.05% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #35C3C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C3C0 is #CA3C3F. Grayscale: #989898. Windows color (decimal): -13253696 or 12632885. OLE color: 12632885.

HSL color Cylindrical-coordinate representation of color #35C3C0: hue angle of 178.73º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C3C0 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB53195192-
CMYK0.7300.020.24
HSL178.73º57.26%48.63%-
HSV(B)178.73º72.82%76.47%-
XYZ30.543.5956.68-
YUV152.2150.4657.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.05%
GREEN value IS 195 (76.56% from 255) = 44.32%
BLUE value IS 192 (75.39% from 255) = 43.64%
R=12.05%
G=44.32%
B=43.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531951920.7300.020.24178.7357.2648.63
Hex35C3C0490218b33931
Octal6530330011102302637161
Binary110101110000111100000010010010101100010110011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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