#35D0D5

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

Shades of Medium Turquoise #35D0D5

Tints of Medium Turquoise #35D0D5

Color information

#35D0D5 (or 0x35D0D5) is unknown color: approx Medium Turquoise. HEX triplet: 35, D0 and D5. RGB value is (53,208,213). Sum of RGB (Red+Green+Blue) = 53+208+213=474 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.18% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #35D0D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D0D5 is #CA2F2A. Grayscale: #A2A2A2. Windows color (decimal): -13250347 or 14012469. OLE color: 14012469.

HSL color Cylindrical-coordinate representation of color #35D0D5: hue angle of 181.88º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D0D5 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB53208213-
CMYK0.750.0200.16
HSL181.88º65.57%52.16%-
HSV(B)181.88º75.12%83.53%-
XYZ36.0350.6770.83-
YUV162.22156.6550.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.18%
GREEN value IS 208 (81.64% from 255) = 43.88%
BLUE value IS 213 (83.59% from 255) = 44.94%
R=11.18%
G=43.88%
B=44.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532082130.750.0200.16181.8865.5752.16
Hex35D0D54B2010b64234
Octal65320325113202026610264
Binary1101011101000011010101100101110010000101101101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,208,213); }

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

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

 a { background-color: rgb(53,208,213); }

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

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

 span { border-color: rgb(53,208,213); }

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