#10FCE6

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

Shades of Bright Turquoise #10FCE6

Tints of Bright Turquoise #10FCE6

Color information

#10FCE6 (or 0x10FCE6) is unknown color: approx Bright Turquoise. HEX triplet: 10, FC and E6. RGB value is (16,252,230). Sum of RGB (Red+Green+Blue) = 16+252+230=498 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.21% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #10FCE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FCE6 is #EF0319. Grayscale: #B2B2B2. Windows color (decimal): -15663898 or 15137808. OLE color: 15137808.

HSL color Cylindrical-coordinate representation of color #10FCE6: hue angle of 174.41º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FCE6 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB16252230-
CMYK0.9400.090.01
HSL174.41º97.52%52.55%-
HSV(B)174.41º93.65%98.82%-
XYZ49.3175.4486.83-
YUV178.93156.8111.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.21%
GREEN value IS 252 (98.83% from 255) = 50.60%
BLUE value IS 230 (90.23% from 255) = 46.18%
R=3.21%
G=50.60%
B=46.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal162522300.9400.090.01174.4197.5252.55
Hex10FCE65E091ae6235
Octal20374346136011125614265
Binary1000011111100111001101011110010011101011101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10FCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,252,230); }

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

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

 a { background-color: rgb(16,252,230); }

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

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

 span { border-color: rgb(16,252,230); }

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