#35FAD0

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

Shades of Turquoise #35FAD0

Tints of Turquoise #35FAD0

Color information

#35FAD0 (or 0x35FAD0) is unknown color: approx Turquoise. HEX triplet: 35, FA and D0. RGB value is (53,250,208). Sum of RGB (Red+Green+Blue) = 53+250+208=511 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.37% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #35FAD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FAD0 is #CA052F. Grayscale: #BABABA. Windows color (decimal): -13239600 or 13695541. OLE color: 13695541.

HSL color Cylindrical-coordinate representation of color #35FAD0: hue angle of 167.21º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FAD0 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB53250208-
CMYK0.7900.170.02
HSL167.21º95.17%59.41%-
HSV(B)167.21º78.8%98.04%-
XYZ47.0473.6871.42-
YUV186.31140.2332.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.37%
GREEN value IS 250 (98.05% from 255) = 48.92%
BLUE value IS 208 (81.64% from 255) = 40.70%
R=10.37%
G=48.92%
B=40.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532502080.7900.170.02167.2195.1759.41
Hex35FAD04F0112a75f3b
Octal65372320117021224713773
Binary1101011111101011010000100111101000110101001111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,250,208); }

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

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

 a { background-color: rgb(53,250,208); }

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

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

 span { border-color: rgb(53,250,208); }

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