#35E3C1

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

Shades of Turquoise #35E3C1

Tints of Turquoise #35E3C1

Color information

#35E3C1 (or 0x35E3C1) is unknown color: approx Turquoise. HEX triplet: 35, E3 and C1. RGB value is (53,227,193). Sum of RGB (Red+Green+Blue) = 53+227+193=473 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.21% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #35E3C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35E3C1 is #CA1C3E. Grayscale: #ABABAB. Windows color (decimal): -13245503 or 12706613. OLE color: 12706613.

HSL color Cylindrical-coordinate representation of color #35E3C1: hue angle of 168.28º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E3C1 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB53227193-
CMYK0.7700.150.11
HSL168.28º75.65%54.9%-
HSV(B)168.28º76.65%89.02%-
XYZ38.5659.5559.91-
YUV171.1140.3543.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.21%
GREEN value IS 227 (89.06% from 255) = 47.99%
BLUE value IS 193 (75.78% from 255) = 40.80%
R=11.21%
G=47.99%
B=40.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal532271930.7700.150.11168.2875.6554.9
Hex35E3C14D0FBa84c37
Octal653433011150171325011467
Binary11010111100011110000011001101011111011101010001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,227,193); }

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

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

 a { background-color: rgb(53,227,193); }

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

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

 span { border-color: rgb(53,227,193); }

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