#19DAE3

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

Shades of Bright Turquoise #19DAE3

Tints of Bright Turquoise #19DAE3

Color information

#19DAE3 (or 0x19DAE3) is unknown color: approx Bright Turquoise. HEX triplet: 19, DA and E3. RGB value is (25,218,227). Sum of RGB (Red+Green+Blue) = 25+218+227=470 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.32% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 227 - color contains mainly: blue. Hex color #19DAE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DAE3 is #E6251C. Grayscale: #A1A1A1. Windows color (decimal): -15082781 or 14932505. OLE color: 14932505.

HSL color Cylindrical-coordinate representation of color #19DAE3: hue angle of 182.67º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DAE3 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB25218227-
CMYK0.890.0400.11
HSL182.67º80.16%49.41%-
HSV(B)182.67º88.99%89.02%-
XYZ39.3455.981.39-
YUV161.32165.0630.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.32%
GREEN value IS 218 (85.55% from 255) = 46.38%
BLUE value IS 227 (89.06% from 255) = 48.30%
R=5.32%
G=46.38%
B=48.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal252182270.890.0400.11182.6780.1649.41
Hex19DAE35940Bb75031
Octal31332343131401326712061
Binary110011101101011100011101100110001011101101111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19DAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,218,227); }

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

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

 a { background-color: rgb(25,218,227); }

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

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

 span { border-color: rgb(25,218,227); }

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