#10E0D5

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

Shades of Bright Turquoise #10E0D5

Tints of Bright Turquoise #10E0D5

Color information

#10E0D5 (or 0x10E0D5) is unknown color: approx Bright Turquoise. HEX triplet: 10, E0 and D5. RGB value is (16,224,213). Sum of RGB (Red+Green+Blue) = 16+224+213=453 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.53% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #10E0D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10E0D5 is #EF1F2A. Grayscale: #A0A0A0. Windows color (decimal): -15671083 or 14016528. OLE color: 14016528.

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

Color convert

RGB16224213-
CMYK0.9300.050.12
HSL176.83º86.67%47.06%-
HSV(B)176.83º92.86%87.84%-
XYZ38.8858.2372.14-
YUV160.55157.5924.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.53%
GREEN value IS 224 (87.89% from 255) = 49.45%
BLUE value IS 213 (83.59% from 255) = 47.02%
R=3.53%
G=49.45%
B=47.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal162242130.9300.050.12176.8386.6747.06
Hex10E0D55D05Cb1572f
Octal20340325135051426112757
Binary100001110000011010101101110101011100101100011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,224,213); }

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

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

 a { background-color: rgb(16,224,213); }

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

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

 span { border-color: rgb(16,224,213); }

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