#35D7CD

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

Shades of Turquoise #35D7CD

Tints of Turquoise #35D7CD

Color information

#35D7CD (or 0x35D7CD) is unknown color: approx Turquoise. HEX triplet: 35, D7 and CD. RGB value is (53,215,205). Sum of RGB (Red+Green+Blue) = 53+215+205=473 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.21% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #35D7CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D7CD is #CA2832. Grayscale: #A5A5A5. Windows color (decimal): -13248563 or 13489973. OLE color: 13489973.

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

Color convert

RGB53215205-
CMYK0.7500.050.16
HSL176.3º66.94%52.55%-
HSV(B)176.3º75.35%84.31%-
XYZ36.7953.7766.2-
YUV165.42150.3347.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.21%
GREEN value IS 215 (84.38% from 255) = 45.45%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=11.21%
G=45.45%
B=43.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal532152050.7500.050.16176.366.9452.55
Hex35D7CD4B0510b04335
Octal65327315113052026010365
Binary11010111010111110011011001011010110000101100001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,215,205); }

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

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

 a { background-color: rgb(53,215,205); }

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

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

 span { border-color: rgb(53,215,205); }

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