#35EBF8

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

Shades of Turquoise #35EBF8

Tints of Turquoise #35EBF8

Color information

#35EBF8 (or 0x35EBF8) is unknown color: approx Turquoise. HEX triplet: 35, EB and F8. RGB value is (53,235,248). Sum of RGB (Red+Green+Blue) = 53+235+248=536 (70% of max value = 765). Red value is 53 (21.09% from 255 or 9.89% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #35EBF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #35EBF8 is #CA1407. Grayscale: #B5B5B5. Windows color (decimal): -13243400 or 16313141. OLE color: 16313141.

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

Color convert

RGB53235248-
CMYK0.790.0500.03
HSL184º93.3%59.02%-
HSV(B)184º78.63%97.25%-
XYZ48.1266.9599.19-
YUV182.06165.235.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 9.89%
GREEN value IS 235 (92.19% from 255) = 43.84%
BLUE value IS 248 (97.27% from 255) = 46.27%
R=9.89%
G=43.84%
B=46.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal532352480.790.0500.0318493.359.02
Hex35EBF84F503b85d3b
Octal6535337011750327013573
Binary11010111101011111110001001111101011101110001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35EBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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