#35F3FB

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

Shades of Turquoise #35F3FB

Tints of Turquoise #35F3FB

Color information

#35F3FB (or 0x35F3FB) is unknown color: approx Turquoise. HEX triplet: 35, F3 and FB. RGB value is (53,243,251). Sum of RGB (Red+Green+Blue) = 53+243+251=547 (72% of max value = 765). Red value is 53 (21.09% from 255 or 9.69% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #35F3FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35F3FB is #CA0C04. Grayscale: #BABABA. Windows color (decimal): -13241349 or 16511797. OLE color: 16511797.

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

Color convert

RGB53243251-
CMYK0.790.0300.02
HSL182.42º96.12%59.61%-
HSV(B)182.42º78.88%98.43%-
XYZ50.9371.82102.45-
YUV187.1164.0532.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 9.69%
GREEN value IS 243 (95.31% from 255) = 44.42%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=9.69%
G=44.42%
B=45.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532432510.790.0300.02182.4296.1259.61
Hex35F3FB4F302b6603c
Octal6536337311730226614074
Binary1101011111001111111011100111111010101101101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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