#35F2FC

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

Shades of Turquoise #35F2FC

Tints of Turquoise #35F2FC

Color information

#35F2FC (or 0x35F2FC) is unknown color: approx Turquoise. HEX triplet: 35, F2 and FC. RGB value is (53,242,252). Sum of RGB (Red+Green+Blue) = 53+242+252=547 (72% of max value = 765). Red value is 53 (21.09% from 255 or 9.69% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #35F2FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35F2FC is #CA0D03. Grayscale: #BABABA. Windows color (decimal): -13241604 or 16577077. OLE color: 16577077.

HSL color Cylindrical-coordinate representation of color #35F2FC: hue angle of 183.02º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35F2FC is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB53242252-
CMYK0.790.0400.01
HSL183.02º97.07%59.8%-
HSV(B)183.02º78.97%98.82%-
XYZ50.7971.29103.18-
YUV186.63164.8832.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 9.69%
GREEN value IS 242 (94.92% from 255) = 44.24%
BLUE value IS 252 (98.83% from 255) = 46.07%
R=9.69%
G=44.24%
B=46.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal532422520.790.0400.01183.0297.0759.8
Hex35F2FC4F401b7613c
Octal6536237411740126714174
Binary1101011111001011111100100111110001101101111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,242,252); }

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

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

 a { background-color: rgb(53,242,252); }

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

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

 span { border-color: rgb(53,242,252); }

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