#10DCCE

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

Shades of Bright Turquoise #10DCCE

Tints of Bright Turquoise #10DCCE

Color information

#10DCCE (or 0x10DCCE) is unknown color: approx Bright Turquoise. HEX triplet: 10, DC and CE. RGB value is (16,220,206). Sum of RGB (Red+Green+Blue) = 16+220+206=442 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.62% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCCE is #EF2331. Grayscale: #9D9D9D. Windows color (decimal): -15672114 or 13556752. OLE color: 13556752.

HSL color Cylindrical-coordinate representation of color #10DCCE: hue angle of 175.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DCCE is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB16220206-
CMYK0.9300.060.14
HSL175.88º86.44%46.27%-
HSV(B)175.88º92.73%86.27%-
XYZ36.9555.7567.21-
YUV157.41155.4127.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.62%
GREEN value IS 220 (86.33% from 255) = 49.77%
BLUE value IS 206 (80.86% from 255) = 46.61%
R=3.62%
G=49.77%
B=46.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal162202060.9300.060.14175.8886.4446.27
Hex10DCCE5D06Eb0562e
Octal20334316135061626012656
Binary100001101110011001110101110101101110101100001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,220,206); }

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

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

 a { background-color: rgb(16,220,206); }

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

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

 span { border-color: rgb(16,220,206); }

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