#35F3DC

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

Shades of Turquoise #35F3DC

Tints of Turquoise #35F3DC

Color information

#35F3DC (or 0x35F3DC) is unknown color: approx Turquoise. HEX triplet: 35, F3 and DC. RGB value is (53,243,220). Sum of RGB (Red+Green+Blue) = 53+243+220=516 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.27% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #35F3DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F3DC is #CA0C23. Grayscale: #B7B7B7. Windows color (decimal): -13241380 or 14480181. OLE color: 14480181.

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

Color convert

RGB53243220-
CMYK0.7800.090.05
HSL172.74º88.79%58.04%-
HSV(B)172.74º78.19%95.29%-
XYZ46.4470.0378.78-
YUV183.57148.5534.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.27%
GREEN value IS 243 (95.31% from 255) = 47.09%
BLUE value IS 220 (86.33% from 255) = 42.64%
R=10.27%
G=47.09%
B=42.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal532432200.7800.090.05172.7488.7958.04
Hex35F3DC4E095ad593a
Octal65363334116011525513172
Binary1101011111001111011100100111001001101101011011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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