#19D6E8

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

Shades of Bright Turquoise #19D6E8

Tints of Bright Turquoise #19D6E8

Color information

#19D6E8 (or 0x19D6E8) is unknown color: approx Bright Turquoise. HEX triplet: 19, D6 and E8. RGB value is (25,214,232). Sum of RGB (Red+Green+Blue) = 25+214+232=471 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.31% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #19D6E8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D6E8 is #E62917. Grayscale: #9F9F9F. Windows color (decimal): -15083800 or 15259161. OLE color: 15259161.

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

Color convert

RGB25214232-
CMYK0.890.0800.09
HSL185.22º81.82%50.39%-
HSV(B)185.22º89.22%90.98%-
XYZ39.0154.1384.74-
YUV159.54168.8832.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.31%
GREEN value IS 214 (83.98% from 255) = 45.44%
BLUE value IS 232 (91.02% from 255) = 49.26%
R=5.31%
G=45.44%
B=49.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal252142320.890.0800.09185.2281.8250.39
Hex19D6E859809b95232
Octal313263501311001127112262
Binary1100111010110111010001011001100001001101110011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19D6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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