#19D7E8

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

Shades of Bright Turquoise #19D7E8

Tints of Bright Turquoise #19D7E8

Color information

#19D7E8 (or 0x19D7E8) is unknown color: approx Bright Turquoise. HEX triplet: 19, D7 and E8. RGB value is (25,215,232). Sum of RGB (Red+Green+Blue) = 25+215+232=472 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.30% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #19D7E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D7E8 is #E62817. Grayscale: #9F9F9F. Windows color (decimal): -15083544 or 15259417. OLE color: 15259417.

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

Color convert

RGB25215232-
CMYK0.890.0700.09
HSL184.93º81.82%50.39%-
HSV(B)184.93º89.22%90.98%-
XYZ39.2754.6384.82-
YUV160.13168.5531.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.30%
GREEN value IS 215 (84.38% from 255) = 45.55%
BLUE value IS 232 (91.02% from 255) = 49.15%
R=5.30%
G=45.55%
B=49.15%

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
Decimal252152320.890.0700.09184.9381.8250.39
Hex19D7E859709b95232
Octal31327350131701127112262
Binary110011101011111101000101100111101001101110011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19D7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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