#10E8DF

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

Shades of Bright Turquoise #10E8DF

Tints of Bright Turquoise #10E8DF

Color information

#10E8DF (or 0x10E8DF) is unknown color: approx Bright Turquoise. HEX triplet: 10, E8 and DF. RGB value is (16,232,223). Sum of RGB (Red+Green+Blue) = 16+232+223=471 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #10E8DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10E8DF is #EF1720. Grayscale: #A6A6A6. Windows color (decimal): -15669025 or 14673936. OLE color: 14673936.

HSL color Cylindrical-coordinate representation of color #10E8DF: hue angle of 177.5º 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 #10E8DF is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB16232223-
CMYK0.9300.040.09
HSL177.5º87.1%48.63%-
HSV(B)177.5º93.1%90.98%-
XYZ42.3963.1579.77-
YUV166.39159.9420.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.40%
GREEN value IS 232 (91.02% from 255) = 49.26%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=3.40%
G=49.26%
B=47.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162322230.9300.040.09177.587.148.63
Hex10E8DF5D049b25731
Octal20350337135041126212761
Binary100001110100011011111101110101001001101100101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,232,223); }

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

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

 a { background-color: rgb(16,232,223); }

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

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

 span { border-color: rgb(16,232,223); }

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