#35D6E8

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

Shades of Turquoise #35D6E8

Tints of Turquoise #35D6E8

Color information

#35D6E8 (or 0x35D6E8) is unknown color: approx Turquoise. HEX triplet: 35, D6 and E8. RGB value is (53,214,232). Sum of RGB (Red+Green+Blue) = 53+214+232=499 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.62% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #35D6E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D6E8 is #CA2917. Grayscale: #A7A7A7. Windows color (decimal): -13248792 or 15259189. OLE color: 15259189.

HSL color Cylindrical-coordinate representation of color #35D6E8: hue angle of 186.03º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35D6E8 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB53214232-
CMYK0.770.0800.09
HSL186.03º79.56%55.88%-
HSV(B)186.03º77.16%90.98%-
XYZ40.0854.6884.79-
YUV167.91164.1646.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.62%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 232 (91.02% from 255) = 46.49%
R=10.62%
G=42.89%
B=46.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532142320.770.0800.09186.0379.5655.88
Hex35D6E84D809ba5038
Octal653263501151001127212070
Binary11010111010110111010001001101100001001101110101010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,214,232); }

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

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

 a { background-color: rgb(53,214,232); }

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

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

 span { border-color: rgb(53,214,232); }

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