#35F8F6

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

Shades of Turquoise #35F8F6

Tints of Turquoise #35F8F6

Color information

#35F8F6 (or 0x35F8F6) is unknown color: approx Turquoise. HEX triplet: 35, F8 and F6. RGB value is (53,248,246). Sum of RGB (Red+Green+Blue) = 53+248+246=547 (72% of max value = 765). Red value is 53 (21.09% from 255 or 9.69% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #35F8F6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35F8F6 is #CA0709. Grayscale: #BDBDBD. Windows color (decimal): -13240074 or 16185397. OLE color: 16185397.

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

Color convert

RGB53248246-
CMYK0.7900.010.03
HSL179.38º93.3%59.02%-
HSV(B)179.38º78.63%97.25%-
XYZ51.6774.5598.85-
YUV189.47159.930.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 9.69%
GREEN value IS 248 (97.27% from 255) = 45.34%
BLUE value IS 246 (96.48% from 255) = 44.97%
R=9.69%
G=45.34%
B=44.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal532482460.7900.010.03179.3893.359.02
Hex35F8F64F013b35d3b
Octal6537036611701326313573
Binary110101111110001111011010011110111101100111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,248,246); }

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

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

 a { background-color: rgb(53,248,246); }

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

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

 span { border-color: rgb(53,248,246); }

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