#35FAC4

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

Shades of Turquoise #35FAC4

Tints of Turquoise #35FAC4

Color information

#35FAC4 (or 0x35FAC4) is unknown color: approx Turquoise. HEX triplet: 35, FA and C4. RGB value is (53,250,196). Sum of RGB (Red+Green+Blue) = 53+250+196=499 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.62% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #35FAC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35FAC4 is #CA053B. Grayscale: #B8B8B8. Windows color (decimal): -13239612 or 12909109. OLE color: 12909109.

HSL color Cylindrical-coordinate representation of color #35FAC4: hue angle of 163.55º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FAC4 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB53250196-
CMYK0.7900.220.02
HSL163.55º95.17%59.41%-
HSV(B)163.55º78.8%98.04%-
XYZ45.6273.1163.93-
YUV184.94134.2333.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.62%
GREEN value IS 250 (98.05% from 255) = 50.10%
BLUE value IS 196 (76.95% from 255) = 39.28%
R=10.62%
G=50.10%
B=39.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532501960.7900.220.02163.5595.1759.41
Hex35FAC44F0162a45f3b
Octal65372304117026224413773
Binary1101011111101011000100100111101011010101001001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,250,196); }

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

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

 a { background-color: rgb(53,250,196); }

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

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

 span { border-color: rgb(53,250,196); }

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