#35DCDF

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

Shades of Turquoise #35DCDF

Tints of Turquoise #35DCDF

Color information

#35DCDF (or 0x35DCDF) is unknown color: approx Turquoise. HEX triplet: 35, DC and DF. RGB value is (53,220,223). Sum of RGB (Red+Green+Blue) = 53+220+223=496 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.69% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #35DCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35DCDF is #CA2320. Grayscale: #AAAAAA. Windows color (decimal): -13247265 or 14670901. OLE color: 14670901.

HSL color Cylindrical-coordinate representation of color #35DCDF: hue angle of 181.06º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DCDF is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB53220223-
CMYK0.760.0100.13
HSL181.06º72.65%54.12%-
HSV(B)181.06º76.23%87.45%-
XYZ40.3857.2778.74-
YUV170.41157.6744.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.69%
GREEN value IS 220 (86.33% from 255) = 44.35%
BLUE value IS 223 (87.5% from 255) = 44.96%
R=10.69%
G=44.35%
B=44.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal532202230.760.0100.13181.0672.6554.12
Hex35DCDF4C10Db54936
Octal65334337114101526511166
Binary11010111011100110111111001100101101101101011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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