#35F5FB

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

Shades of Turquoise #35F5FB

Tints of Turquoise #35F5FB

Color information

#35F5FB (or 0x35F5FB) is unknown color: approx Turquoise. HEX triplet: 35, F5 and FB. RGB value is (53,245,251). Sum of RGB (Red+Green+Blue) = 53+245+251=549 (72% of max value = 765). Red value is 53 (21.09% from 255 or 9.65% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #35F5FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35F5FB is #CA0A04. Grayscale: #BCBCBC. Windows color (decimal): -13240837 or 16512309. OLE color: 16512309.

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

Color convert

RGB53245251-
CMYK0.790.0200.02
HSL181.82º96.12%59.61%-
HSV(B)181.82º78.88%98.43%-
XYZ51.5373.03102.65-
YUV188.28163.3931.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 9.65%
GREEN value IS 245 (96.09% from 255) = 44.63%
BLUE value IS 251 (98.44% from 255) = 45.72%
R=9.65%
G=44.63%
B=45.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532452510.790.0200.02181.8296.1259.61
Hex35F5FB4F202b6603c
Octal6536537311720226614074
Binary1101011111010111111011100111110010101101101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,245,251); }

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

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

 a { background-color: rgb(53,245,251); }

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

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

 span { border-color: rgb(53,245,251); }

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