#10F9E8

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

Shades of Bright Turquoise #10F9E8

Tints of Bright Turquoise #10F9E8

Color information

#10F9E8 (or 0x10F9E8) is unknown color: approx Bright Turquoise. HEX triplet: 10, F9 and E8. RGB value is (16,249,232). Sum of RGB (Red+Green+Blue) = 16+249+232=497 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.22% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #10F9E8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10F9E8 is #EF0617. Grayscale: #B1B1B1. Windows color (decimal): -15664664 or 15268112. OLE color: 15268112.

HSL color Cylindrical-coordinate representation of color #10F9E8: hue angle of 175.62º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F9E8 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB16249232-
CMYK0.9400.070.02
HSL175.62º95.1%51.96%-
HSV(B)175.62º93.57%97.65%-
XYZ48.6573.6988-
YUV177.4158.8112.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.22%
GREEN value IS 249 (97.66% from 255) = 50.10%
BLUE value IS 232 (91.02% from 255) = 46.68%
R=3.22%
G=50.10%
B=46.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal162492320.9400.070.02175.6295.151.96
Hex10F9E85E072b05f34
Octal2037135013607226013764
Binary1000011111001111010001011110011110101100001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10F9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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