#35F6F8

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

Shades of Turquoise #35F6F8

Tints of Turquoise #35F6F8

Color information

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

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

Color convert

RGB53246248-
CMYK0.790.0100.03
HSL180.62º93.3%59.02%-
HSV(B)180.62º78.63%97.25%-
XYZ51.3773.45100.28-
YUV188.52161.5631.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal532462480.790.0100.03180.6293.359.02
Hex35F6F84F103b55d3b
Octal6536637011710326513573
Binary110101111101101111100010011111011101101011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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