#19D8E8

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

Shades of Bright Turquoise #19D8E8

Tints of Bright Turquoise #19D8E8

Color information

#19D8E8 (or 0x19D8E8) is unknown color: approx Bright Turquoise. HEX triplet: 19, D8 and E8. RGB value is (25,216,232). Sum of RGB (Red+Green+Blue) = 25+216+232=473 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.29% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #19D8E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D8E8 is #E62717. Grayscale: #A0A0A0. Windows color (decimal): -15083288 or 15259673. OLE color: 15259673.

HSL color Cylindrical-coordinate representation of color #19D8E8: hue angle of 184.64º 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 #19D8E8 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB25216232-
CMYK0.890.0700.09
HSL184.64º81.82%50.39%-
HSV(B)184.64º89.22%90.98%-
XYZ39.5255.1484.9-
YUV160.72168.2231.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.29%
GREEN value IS 216 (84.77% from 255) = 45.67%
BLUE value IS 232 (91.02% from 255) = 49.05%
R=5.29%
G=45.67%
B=49.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal252162320.890.0700.09184.6481.8250.39
Hex19D8E859709b95232
Octal31330350131701127112262
Binary110011101100011101000101100111101001101110011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19D8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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