#35F3FC

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

Shades of Turquoise #35F3FC

Tints of Turquoise #35F3FC

Color information

#35F3FC (or 0x35F3FC) is unknown color: approx Turquoise. HEX triplet: 35, F3 and FC. RGB value is (53,243,252). Sum of RGB (Red+Green+Blue) = 53+243+252=548 (72% of max value = 765). Red value is 53 (21.09% from 255 or 9.67% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #35F3FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35F3FC is #CA0C03. Grayscale: #BABABA. Windows color (decimal): -13241348 or 16577333. OLE color: 16577333.

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

Color convert

RGB53243252-
CMYK0.790.0400.01
HSL182.71º97.07%59.8%-
HSV(B)182.71º78.97%98.82%-
XYZ51.0971.89103.28-
YUV187.22164.5532.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 9.67%
GREEN value IS 243 (95.31% from 255) = 44.34%
BLUE value IS 252 (98.83% from 255) = 45.99%
R=9.67%
G=44.34%
B=45.99%

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
Decimal532432520.790.0400.01182.7197.0759.8
Hex35F3FC4F401b7613c
Octal6536337411740126714174
Binary1101011111001111111100100111110001101101111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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