#19D9E8

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

Shades of Bright Turquoise #19D9E8

Tints of Bright Turquoise #19D9E8

Color information

#19D9E8 (or 0x19D9E8) is unknown color: approx Bright Turquoise. HEX triplet: 19, D9 and E8. RGB value is (25,217,232). Sum of RGB (Red+Green+Blue) = 25+217+232=474 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.27% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #19D9E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D9E8 is #E62617. Grayscale: #A1A1A1. Windows color (decimal): -15083032 or 15259929. OLE color: 15259929.

HSL color Cylindrical-coordinate representation of color #19D9E8: hue angle of 184.35º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19D9E8 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB25217232-
CMYK0.890.0600.09
HSL184.35º81.82%50.39%-
HSV(B)184.35º89.22%90.98%-
XYZ39.7855.6684.99-
YUV161.3167.8930.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.27%
GREEN value IS 217 (85.16% from 255) = 45.78%
BLUE value IS 232 (91.02% from 255) = 48.95%
R=5.27%
G=45.78%
B=48.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal252172320.890.0600.09184.3581.8250.39
Hex19D9E859609b85232
Octal31331350131601127012262
Binary110011101100111101000101100111001001101110001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19D9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,217,232); }

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

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

 a { background-color: rgb(25,217,232); }

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

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

 span { border-color: rgb(25,217,232); }

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