#35F1EF

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

Shades of Turquoise #35F1EF

Tints of Turquoise #35F1EF

Color information

#35F1EF (or 0x35F1EF) is unknown color: approx Turquoise. HEX triplet: 35, F1 and EF. RGB value is (53,241,239). Sum of RGB (Red+Green+Blue) = 53+241+239=533 (70% of max value = 765). Red value is 53 (21.09% from 255 or 9.94% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #35F1EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35F1EF is #CA0E10. Grayscale: #B8B8B8. Windows color (decimal): -13241873 or 15724853. OLE color: 15724853.

HSL color Cylindrical-coordinate representation of color #35F1EF: hue angle of 179.36º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F1EF is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB53241239-
CMYK0.7800.010.05
HSL179.36º87.04%57.65%-
HSV(B)179.36º78.01%94.51%-
XYZ48.569.992.6-
YUV184.56158.7234.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 9.94%
GREEN value IS 241 (94.53% from 255) = 45.22%
BLUE value IS 239 (93.75% from 255) = 44.84%
R=9.94%
G=45.22%
B=44.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal532412390.7800.010.05179.3687.0457.65
Hex35F1EF4E015b3573a
Octal6536135711601526312772
Binary1101011111000111101111100111001101101100111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,241,239); }

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

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

 a { background-color: rgb(53,241,239); }

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

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

 span { border-color: rgb(53,241,239); }

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