#35D5D1

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

Shades of Turquoise #35D5D1

Tints of Turquoise #35D5D1

Color information

#35D5D1 (or 0x35D5D1) is unknown color: approx Turquoise. HEX triplet: 35, D5 and D1. RGB value is (53,213,209). Sum of RGB (Red+Green+Blue) = 53+213+209=475 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.16% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #35D5D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D5D1 is #CA2A2E. Grayscale: #A4A4A4. Windows color (decimal): -13249071 or 13751605. OLE color: 13751605.

HSL color Cylindrical-coordinate representation of color #35D5D1: hue angle of 178.5º 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 #35D5D1 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB53213209-
CMYK0.7500.020.16
HSL178.5º65.57%52.16%-
HSV(B)178.5º75.12%83.53%-
XYZ36.7752.9568.6-
YUV164.7152.9948.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.16%
GREEN value IS 213 (83.59% from 255) = 44.84%
BLUE value IS 209 (82.03% from 255) = 44%
R=11.16%
G=44.84%
B=44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532132090.7500.020.16178.565.5752.16
Hex35D5D14B0210b24234
Octal65325321113022026210264
Binary1101011101010111010001100101101010000101100101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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