#35E8C0

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

Shades of Turquoise #35E8C0

Tints of Turquoise #35E8C0

Color information

#35E8C0 (or 0x35E8C0) is unknown color: approx Turquoise. HEX triplet: 35, E8 and C0. RGB value is (53,232,192). Sum of RGB (Red+Green+Blue) = 53+232+192=477 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.11% from 477); Green value is 232 (91.02% from 255 or 48.64% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 232 - color contains mainly: green. Hex color #35E8C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #35E8C0 is #CA173F. Grayscale: #ADADAD. Windows color (decimal): -13244224 or 12642357. OLE color: 12642357.

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

Color convert

RGB53232192-
CMYK0.7700.170.09
HSL166.59º79.56%55.88%-
HSV(B)166.59º77.16%90.98%-
XYZ39.8462.2859.79-
YUV173.92138.241.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.11%
GREEN value IS 232 (91.02% from 255) = 48.64%
BLUE value IS 192 (75.39% from 255) = 40.25%
R=11.11%
G=48.64%
B=40.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532321920.7700.170.09166.5979.5655.88
Hex35E8C04D0119a75038
Octal653503001150211124712070
Binary110101111010001100000010011010100011001101001111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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