#35C5D4

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

Shades of Medium Turquoise #35C5D4

Tints of Medium Turquoise #35C5D4

Color information

#35C5D4 (or 0x35C5D4) is unknown color: approx Medium Turquoise. HEX triplet: 35, C5 and D4. RGB value is (53,197,212). Sum of RGB (Red+Green+Blue) = 53+197+212=462 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.47% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 212 - color contains mainly: blue. Hex color #35C5D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C5D4 is #CA3A2B. Grayscale: #9B9B9B. Windows color (decimal): -13253164 or 13944117. OLE color: 13944117.

HSL color Cylindrical-coordinate representation of color #35C5D4: hue angle of 185.66º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35C5D4 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB53197212-
CMYK0.750.0700.17
HSL185.66º64.9%51.96%-
HSV(B)185.66º75%83.14%-
XYZ33.3245.4469.3-
YUV155.65159.7954.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.47%
GREEN value IS 197 (77.34% from 255) = 42.64%
BLUE value IS 212 (83.20% from 255) = 45.89%
R=11.47%
G=42.64%
B=45.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal531972120.750.0700.17185.6664.951.96
Hex35C5D44B7011ba4134
Octal65305324113702127210164
Binary11010111000101110101001001011111010001101110101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,197,212); }

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

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

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

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

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

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

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