#35D4C8

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

Shades of Turquoise #35D4C8

Tints of Turquoise #35D4C8

Color information

#35D4C8 (or 0x35D4C8) is unknown color: approx Turquoise. HEX triplet: 35, D4 and C8. RGB value is (53,212,200). Sum of RGB (Red+Green+Blue) = 53+212+200=465 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.40% from 465); Green value is 212 (83.20% from 255 or 45.59% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 212 - color contains mainly: green. Hex color #35D4C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35D4C8 is #CA2B37. Grayscale: #A2A2A2. Windows color (decimal): -13249336 or 13161525. OLE color: 13161525.

HSL color Cylindrical-coordinate representation of color #35D4C8: hue angle of 175.47º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D4C8 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB53212200-
CMYK0.7500.060.17
HSL175.47º64.9%51.96%-
HSV(B)175.47º75%83.14%-
XYZ35.4452.0162.82-
YUV163.09148.8249.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.40%
GREEN value IS 212 (83.20% from 255) = 45.59%
BLUE value IS 200 (78.52% from 255) = 43.01%
R=11.40%
G=45.59%
B=43.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal532122000.7500.060.17175.4764.951.96
Hex35D4C84B0611af4134
Octal65324310113062125710164
Binary11010111010100110010001001011011010001101011111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,212,200); }

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

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

 a { background-color: rgb(53,212,200); }

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

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

 span { border-color: rgb(53,212,200); }

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