#10CFE9

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

Shades of Dark Turquoise #10CFE9

Tints of Dark Turquoise #10CFE9

Color information

#10CFE9 (or 0x10CFE9) is unknown color: approx Dark Turquoise. HEX triplet: 10, CF and E9. RGB value is (16,207,233). Sum of RGB (Red+Green+Blue) = 16+207+233=456 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.51% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #10CFE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CFE9 is #EF3016. Grayscale: #989898. Windows color (decimal): -15675415 or 15322896. OLE color: 15322896.

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

Color convert

RGB16207233-
CMYK0.930.1100.09
HSL187.19º87.15%48.82%-
HSV(B)187.19º93.13%91.37%-
XYZ37.2350.6284.9-
YUV152.85173.2230.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.51%
GREEN value IS 207 (81.25% from 255) = 45.39%
BLUE value IS 233 (91.41% from 255) = 51.10%
R=3.51%
G=45.39%
B=51.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162072330.930.1100.09187.1987.1548.82
Hex10CFE95DB09bb5731
Octal203173511351301127312761
Binary1000011001111111010011011101101101001101110111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,207,233); }

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

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

 a { background-color: rgb(16,207,233); }

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

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

 span { border-color: rgb(16,207,233); }

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