#35F7B9

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

Shades of Turquoise #35F7B9

Tints of Turquoise #35F7B9

Color information

#35F7B9 (or 0x35F7B9) is unknown color: approx Turquoise. HEX triplet: 35, F7 and B9. RGB value is (53,247,185). Sum of RGB (Red+Green+Blue) = 53+247+185=485 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.93% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #35F7B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F7B9 is #CA0846. Grayscale: #B5B5B5. Windows color (decimal): -13240391 or 12187445. OLE color: 12187445.

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

Color convert

RGB53247185-
CMYK0.7900.250.03
HSL160.82º92.38%58.82%-
HSV(B)160.82º78.54%96.86%-
XYZ43.4970.7857.27-
YUV181.93129.7336.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.93%
GREEN value IS 247 (96.88% from 255) = 50.93%
BLUE value IS 185 (72.66% from 255) = 38.14%
R=10.93%
G=50.93%
B=38.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal532471850.7900.250.03160.8292.3858.82
Hex35F7B94F0193a15c3b
Octal65367271117031324113473
Binary1101011111011110111001100111101100111101000011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,247,185); }

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

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

 a { background-color: rgb(53,247,185); }

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

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

 span { border-color: rgb(53,247,185); }

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