#35F3C5

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

Shades of Turquoise #35F3C5

Tints of Turquoise #35F3C5

Color information

#35F3C5 (or 0x35F3C5) is unknown color: approx Turquoise. HEX triplet: 35, F3 and C5. RGB value is (53,243,197). Sum of RGB (Red+Green+Blue) = 53+243+197=493 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.75% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #35F3C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F3C5 is #CA0C3A. Grayscale: #B4B4B4. Windows color (decimal): -13241403 or 12972853. OLE color: 12972853.

HSL color Cylindrical-coordinate representation of color #35F3C5: hue angle of 165.47º degrees, saturation: 0.89, 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 #35F3C5 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB53243197-
CMYK0.7800.190.05
HSL165.47º88.79%58.04%-
HSV(B)165.47º78.19%95.29%-
XYZ43.668.8963.82-
YUV180.95137.0536.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.75%
GREEN value IS 243 (95.31% from 255) = 49.29%
BLUE value IS 197 (77.34% from 255) = 39.96%
R=10.75%
G=49.29%
B=39.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal532431970.7800.190.05165.4788.7958.04
Hex35F3C54E0135a5593a
Octal65363305116023524513172
Binary11010111110011110001011001110010011101101001011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,243,197); }

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

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

 a { background-color: rgb(53,243,197); }

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

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

 span { border-color: rgb(53,243,197); }

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