#35F3DD

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

Shades of Turquoise #35F3DD

Tints of Turquoise #35F3DD

Color information

#35F3DD (or 0x35F3DD) is unknown color: approx Turquoise. HEX triplet: 35, F3 and DD. RGB value is (53,243,221). Sum of RGB (Red+Green+Blue) = 53+243+221=517 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.25% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #35F3DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35F3DD is #CA0C22. Grayscale: #B7B7B7. Windows color (decimal): -13241379 or 14545717. OLE color: 14545717.

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

Color convert

RGB53243221-
CMYK0.7800.090.05
HSL173.05º88.79%58.04%-
HSV(B)173.05º78.19%95.29%-
XYZ46.5770.0879.48-
YUV183.68149.0534.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.25%
GREEN value IS 243 (95.31% from 255) = 47.00%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=10.25%
G=47.00%
B=42.75%

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
Decimal532432210.7800.090.05173.0588.7958.04
Hex35F3DD4E095ad593a
Octal65363335116011525513172
Binary1101011111001111011101100111001001101101011011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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