#10E6DD

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

Shades of Bright Turquoise #10E6DD

Tints of Bright Turquoise #10E6DD

Color information

#10E6DD (or 0x10E6DD) is unknown color: approx Bright Turquoise. HEX triplet: 10, E6 and DD. RGB value is (16,230,221). Sum of RGB (Red+Green+Blue) = 16+230+221=467 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.43% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #10E6DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10E6DD is #EF1922. Grayscale: #A4A4A4. Windows color (decimal): -15669539 or 14542352. OLE color: 14542352.

HSL color Cylindrical-coordinate representation of color #10E6DD: hue angle of 177.48º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E6DD is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB16230221-
CMYK0.9300.040.10
HSL177.48º86.99%48.24%-
HSV(B)177.48º93.04%90.2%-
XYZ41.5661.9278.17-
YUV164.99159.621.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.43%
GREEN value IS 230 (90.23% from 255) = 49.25%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=3.43%
G=49.25%
B=47.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal162302210.9300.040.10177.4886.9948.24
Hex10E6DD5D04Ab15730
Octal20346335135041226112760
Binary100001110011011011101101110101001010101100011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,230,221); }

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

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

 a { background-color: rgb(16,230,221); }

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

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

 span { border-color: rgb(16,230,221); }

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