#35C4C9

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

Shades of Medium Turquoise #35C4C9

Tints of Medium Turquoise #35C4C9

Color information

#35C4C9 (or 0x35C4C9) is unknown color: approx Medium Turquoise. HEX triplet: 35, C4 and C9. RGB value is (53,196,201). Sum of RGB (Red+Green+Blue) = 53+196+201=450 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.78% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #35C4C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C4C9 is #CA3B36. Grayscale: #999999. Windows color (decimal): -13253431 or 13222965. OLE color: 13222965.

HSL color Cylindrical-coordinate representation of color #35C4C9: hue angle of 182.03º 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 #35C4C9 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53196201-
CMYK0.740.0200.21
HSL182.03º58.27%49.8%-
HSV(B)182.03º73.63%78.82%-
XYZ31.7544.4562.17-
YUV153.81154.6256.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.78%
GREEN value IS 196 (76.95% from 255) = 43.56%
BLUE value IS 201 (78.91% from 255) = 44.67%
R=11.78%
G=43.56%
B=44.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531962010.740.0200.21182.0358.2749.8
Hex35C4C94A2015b63a32
Octal6530431111220252667262
Binary110101110001001100100110010101001010110110110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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