#10DBF6

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

Shades of Bright Turquoise #10DBF6

Tints of Bright Turquoise #10DBF6

Color information

#10DBF6 (or 0x10DBF6) is unknown color: approx Bright Turquoise. HEX triplet: 10, DB and F6. RGB value is (16,219,246). Sum of RGB (Red+Green+Blue) = 16+219+246=481 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.33% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #10DBF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DBF6 is #EF2409. Grayscale: #A1A1A1. Windows color (decimal): -15672330 or 16177936. OLE color: 16177936.

HSL color Cylindrical-coordinate representation of color #10DBF6: hue angle of 187.04º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DBF6 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16219246-
CMYK0.930.1100.04
HSL187.04º92.74%51.37%-
HSV(B)187.04º93.5%96.47%-
XYZ42.1857.4396.05-
YUV161.38175.7524.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.33%
GREEN value IS 219 (85.94% from 255) = 45.53%
BLUE value IS 246 (96.48% from 255) = 51.14%
R=3.33%
G=45.53%
B=51.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal162192460.930.1100.04187.0492.7451.37
Hex10DBF65DB04bb5d33
Octal20333366135130427313563
Binary100001101101111110110101110110110100101110111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,219,246); }

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

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

 a { background-color: rgb(16,219,246); }

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

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

 span { border-color: rgb(16,219,246); }

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