#10F1DC

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

Shades of Bright Turquoise #10F1DC

Tints of Bright Turquoise #10F1DC

Color information

#10F1DC (or 0x10F1DC) is unknown color: approx Bright Turquoise. HEX triplet: 10, F1 and DC. RGB value is (16,241,220). Sum of RGB (Red+Green+Blue) = 16+241+220=477 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.35% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #10F1DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F1DC is #EF0E23. Grayscale: #ABABAB. Windows color (decimal): -15666724 or 14479632. OLE color: 14479632.

HSL color Cylindrical-coordinate representation of color #10F1DC: hue angle of 174.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F1DC is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB16241220-
CMYK0.9300.090.05
HSL174.4º88.93%50.39%-
HSV(B)174.4º93.36%94.51%-
XYZ44.5968.1978.52-
YUV171.33155.4617.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.35%
GREEN value IS 241 (94.53% from 255) = 50.52%
BLUE value IS 220 (86.33% from 255) = 46.12%
R=3.35%
G=50.52%
B=46.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162412200.9300.090.05174.488.9350.39
Hex10F1DC5D095ae5932
Octal20361334135011525613162
Binary100001111000111011100101110101001101101011101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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