#19DFEA

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

Shades of Bright Turquoise #19DFEA

Tints of Bright Turquoise #19DFEA

Color information

#19DFEA (or 0x19DFEA) is unknown color: approx Bright Turquoise. HEX triplet: 19, DF and EA. RGB value is (25,223,234). Sum of RGB (Red+Green+Blue) = 25+223+234=482 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.19% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #19DFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DFEA is #E62015. Grayscale: #A4A4A4. Windows color (decimal): -15081494 or 15392537. OLE color: 15392537.

HSL color Cylindrical-coordinate representation of color #19DFEA: hue angle of 183.16º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DFEA is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB25223234-
CMYK0.890.0500.08
HSL183.16º83.27%50.78%-
HSV(B)183.16º89.32%91.76%-
XYZ41.6458.9287.02-
YUV165.05166.928.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.19%
GREEN value IS 223 (87.5% from 255) = 46.27%
BLUE value IS 234 (91.80% from 255) = 48.55%
R=5.19%
G=46.27%
B=48.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal252232340.890.0500.08183.1683.2750.78
Hex19DFEA59508b75333
Octal31337352131501026712363
Binary110011101111111101010101100110101000101101111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,223,234); }

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

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

 a { background-color: rgb(25,223,234); }

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

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

 span { border-color: rgb(25,223,234); }

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