#19DDF6

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

Shades of Bright Turquoise #19DDF6

Tints of Bright Turquoise #19DDF6

Color information

#19DDF6 (or 0x19DDF6) is unknown color: approx Bright Turquoise. HEX triplet: 19, DD and F6. RGB value is (25,221,246). Sum of RGB (Red+Green+Blue) = 25+221+246=492 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.08% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #19DDF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DDF6 is #E62209. Grayscale: #A4A4A4. Windows color (decimal): -15081994 or 16178457. OLE color: 16178457.

HSL color Cylindrical-coordinate representation of color #19DDF6: hue angle of 186.79º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DDF6 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB25221246-
CMYK0.900.1000.04
HSL186.79º92.47%53.14%-
HSV(B)186.79º89.84%96.47%-
XYZ42.8958.5796.23-
YUV165.25173.5727.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.08%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 246 (96.48% from 255) = 50%
R=5.08%
G=44.92%
B=50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal252212460.900.1000.04186.7992.4753.14
Hex19DDF65AA04bb5c35
Octal31335366132120427313465
Binary110011101110111110110101101010100100101110111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19DDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19DDF6; }

 p { color: rgb(25,221,246); }

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

<style>
 a { background-color: #19DDF6; }

 a { background-color: rgb(25,221,246); }

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

<style>
 span { border-color: #19DDF6; }

 span { border-color: rgb(25,221,246); }

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