#19DFE5

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

Shades of Bright Turquoise #19DFE5

Tints of Bright Turquoise #19DFE5

Color information

#19DFE5 (or 0x19DFE5) is unknown color: approx Bright Turquoise. HEX triplet: 19, DF and E5. RGB value is (25,223,229). Sum of RGB (Red+Green+Blue) = 25+223+229=477 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.24% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 229 - color contains mainly: blue. Hex color #19DFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DFE5 is #E6201A. Grayscale: #A4A4A4. Windows color (decimal): -15081499 or 15064857. OLE color: 15064857.

HSL color Cylindrical-coordinate representation of color #19DFE5: hue angle of 181.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DFE5 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB25223229-
CMYK0.890.0300.10
HSL181.76º80.31%49.8%-
HSV(B)181.76º89.08%89.8%-
XYZ40.9358.6483.29-
YUV164.48164.428.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.24%
GREEN value IS 223 (87.5% from 255) = 46.75%
BLUE value IS 229 (89.84% from 255) = 48.01%
R=5.24%
G=46.75%
B=48.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal252232290.890.0300.10181.7680.3149.8
Hex19DFE55930Ab65032
Octal31337345131301226612062
Binary11001110111111110010110110011101010101101101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19DFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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