#19D2E0

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

Shades of Bright Turquoise #19D2E0

Tints of Bright Turquoise #19D2E0

Color information

#19D2E0 (or 0x19D2E0) is unknown color: approx Bright Turquoise. HEX triplet: 19, D2 and E0. RGB value is (25,210,224). Sum of RGB (Red+Green+Blue) = 25+210+224=459 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.45% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #19D2E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19D2E0 is #E62D1F. Grayscale: #9C9C9C. Windows color (decimal): -15084832 or 14733849. OLE color: 14733849.

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

Color convert

RGB25210224-
CMYK0.890.0600.12
HSL184.22º79.92%48.82%-
HSV(B)184.22º88.84%87.84%-
XYZ36.951.6878.55-
YUV156.28166.2134.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.45%
GREEN value IS 210 (82.42% from 255) = 45.75%
BLUE value IS 224 (87.89% from 255) = 48.80%
R=5.45%
G=45.75%
B=48.80%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal252102240.890.0600.12184.2279.9248.82
Hex19D2E05960Cb85031
Octal31322340131601427012061
Binary110011101001011100000101100111001100101110001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19D2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,210,224); }

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

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

 a { background-color: rgb(25,210,224); }

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

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

 span { border-color: rgb(25,210,224); }

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