#35C5CD

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

Shades of Medium Turquoise #35C5CD

Tints of Medium Turquoise #35C5CD

Color information

#35C5CD (or 0x35C5CD) is unknown color: approx Medium Turquoise. HEX triplet: 35, C5 and CD. RGB value is (53,197,205). Sum of RGB (Red+Green+Blue) = 53+197+205=455 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.65% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #35C5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C5CD is #CA3A32. Grayscale: #9A9A9A. Windows color (decimal): -13253171 or 13485365. OLE color: 13485365.

HSL color Cylindrical-coordinate representation of color #35C5CD: hue angle of 183.16º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C5CD is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53197205-
CMYK0.740.0400.20
HSL183.16º60.32%50.59%-
HSV(B)183.16º74.15%80.39%-
XYZ32.4545.164.75-
YUV154.86156.2955.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.65%
GREEN value IS 197 (77.34% from 255) = 43.30%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=11.65%
G=43.30%
B=45.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531972050.740.0400.20183.1660.3250.59
Hex35C5CD4A4014b73c33
Octal6530531511240242677463
Binary1101011100010111001101100101010001010010110111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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