#35FCF2

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

Shades of Turquoise #35FCF2

Tints of Turquoise #35FCF2

Color information

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

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

Color convert

RGB53252242-
CMYK0.7900.040.01
HSL176.98º97.07%59.8%-
HSV(B)176.98º78.97%98.82%-
XYZ52.3176.7996.07-
YUV191.36156.5729.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal532522420.7900.040.01176.9897.0759.8
Hex35FCF24F041b1613c
Octal6537436211704126114174
Binary1101011111110011110010100111101001101100011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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