#35FAD1

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

Shades of Turquoise #35FAD1

Tints of Turquoise #35FAD1

Color information

#35FAD1 (or 0x35FAD1) is unknown color: approx Turquoise. HEX triplet: 35, FA and D1. RGB value is (53,250,209). Sum of RGB (Red+Green+Blue) = 53+250+209=512 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.35% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #35FAD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FAD1 is #CA052E. Grayscale: #BABABA. Windows color (decimal): -13239599 or 13761077. OLE color: 13761077.

HSL color Cylindrical-coordinate representation of color #35FAD1: hue angle of 167.51º 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 #35FAD1 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB53250209-
CMYK0.7900.160.02
HSL167.51º95.17%59.41%-
HSV(B)167.51º78.8%98.04%-
XYZ47.1673.7372.07-
YUV186.42140.7332.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.35%
GREEN value IS 250 (98.05% from 255) = 48.83%
BLUE value IS 209 (82.03% from 255) = 40.82%
R=10.35%
G=48.83%
B=40.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532502090.7900.160.02167.5195.1759.41
Hex35FAD14F0102a85f3b
Octal65372321117020225013773
Binary1101011111101011010001100111101000010101010001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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