#35C7D6

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

Shades of Medium Turquoise #35C7D6

Tints of Medium Turquoise #35C7D6

Color information

#35C7D6 (or 0x35C7D6) is unknown color: approx Medium Turquoise. HEX triplet: 35, C7 and D6. RGB value is (53,199,214). Sum of RGB (Red+Green+Blue) = 53+199+214=466 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.37% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #35C7D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C7D6 is #CA3829. Grayscale: #9C9C9C. Windows color (decimal): -13252650 or 14075701. OLE color: 14075701.

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

Color convert

RGB53199214-
CMYK0.750.0700.16
HSL185.59º66.26%52.35%-
HSV(B)185.59º75.23%83.92%-
XYZ34.0346.4670.79-
YUV157.06160.1353.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.37%
GREEN value IS 199 (78.12% from 255) = 42.70%
BLUE value IS 214 (83.98% from 255) = 45.92%
R=11.37%
G=42.70%
B=45.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal531992140.750.0700.16185.5966.2652.35
Hex35C7D64B7010ba4234
Octal65307326113702027210264
Binary11010111000111110101101001011111010000101110101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,199,214); }

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

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

 a { background-color: rgb(53,199,214); }

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

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

 span { border-color: rgb(53,199,214); }

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