#10E2D0

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

Shades of Bright Turquoise #10E2D0

Tints of Bright Turquoise #10E2D0

Color information

#10E2D0 (or 0x10E2D0) is unknown color: approx Bright Turquoise. HEX triplet: 10, E2 and D0. RGB value is (16,226,208). Sum of RGB (Red+Green+Blue) = 16+226+208=450 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 450); Green value is 226 (88.67% from 255 or 50.22% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 226 - color contains mainly: green. Hex color #10E2D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10E2D0 is #EF1D2F. Grayscale: #A1A1A1. Windows color (decimal): -15670576 or 13689360. OLE color: 13689360.

HSL color Cylindrical-coordinate representation of color #10E2D0: hue angle of 174.86º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E2D0 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB16226208-
CMYK0.9300.080.11
HSL174.86º86.78%47.45%-
HSV(B)174.86º92.92%88.63%-
XYZ38.859.0669.03-
YUV161.16154.4324.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.56%
GREEN value IS 226 (88.67% from 255) = 50.22%
BLUE value IS 208 (81.64% from 255) = 46.22%
R=3.56%
G=50.22%
B=46.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal162262080.9300.080.11174.8686.7847.45
Hex10E2D05D08Baf572f
Octal203423201350101325712757
Binary1000011100010110100001011101010001011101011111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10E2D0; }

 p { color: rgb(16,226,208); }

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

<style>
 a { background-color: #10E2D0; }

 a { background-color: rgb(16,226,208); }

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

<style>
 span { border-color: #10E2D0; }

 span { border-color: rgb(16,226,208); }

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