#35E8DF

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

Shades of Turquoise #35E8DF

Tints of Turquoise #35E8DF

Color information

#35E8DF (or 0x35E8DF) is unknown color: approx Turquoise. HEX triplet: 35, E8 and DF. RGB value is (53,232,223). Sum of RGB (Red+Green+Blue) = 53+232+223=508 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.43% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 232 - color contains mainly: green. Hex color #35E8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E8DF is #CA1720. Grayscale: #B1B1B1. Windows color (decimal): -13244193 or 14673973. OLE color: 14673973.

HSL color Cylindrical-coordinate representation of color #35E8DF: hue angle of 176.98º 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 #35E8DF is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB53232223-
CMYK0.7700.040.09
HSL176.98º79.56%55.88%-
HSV(B)176.98º77.16%90.98%-
XYZ43.6463.879.83-
YUV177.45153.739.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.43%
GREEN value IS 232 (91.02% from 255) = 45.67%
BLUE value IS 223 (87.5% from 255) = 43.90%
R=10.43%
G=45.67%
B=43.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532322230.7700.040.09176.9879.5655.88
Hex35E8DF4D049b15038
Octal65350337115041126112070
Binary1101011110100011011111100110101001001101100011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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