#35F4D5

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

Shades of Turquoise #35F4D5

Tints of Turquoise #35F4D5

Color information

#35F4D5 (or 0x35F4D5) is unknown color: approx Turquoise. HEX triplet: 35, F4 and D5. RGB value is (53,244,213). Sum of RGB (Red+Green+Blue) = 53+244+213=510 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.39% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #35F4D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F4D5 is #CA0B2A. Grayscale: #B7B7B7. Windows color (decimal): -13241131 or 14021685. OLE color: 14021685.

HSL color Cylindrical-coordinate representation of color #35F4D5: hue angle of 170.26º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F4D5 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB53244213-
CMYK0.7800.130.04
HSL170.26º89.67%58.24%-
HSV(B)170.26º78.28%95.69%-
XYZ45.8370.2674.1-
YUV183.36144.7235.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.39%
GREEN value IS 244 (95.70% from 255) = 47.84%
BLUE value IS 213 (83.59% from 255) = 41.76%
R=10.39%
G=47.84%
B=41.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal532442130.7800.130.04170.2689.6758.24
Hex35F4D54E0D4aa5a3a
Octal65364325116015425213272
Binary1101011111010011010101100111001101100101010101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,244,213); }

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

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

 a { background-color: rgb(53,244,213); }

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

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

 span { border-color: rgb(53,244,213); }

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