#19EFD2

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

Shades of Bright Turquoise #19EFD2

Tints of Bright Turquoise #19EFD2

Color information

#19EFD2 (or 0x19EFD2) is unknown color: approx Bright Turquoise. HEX triplet: 19, EF and D2. RGB value is (25,239,210). Sum of RGB (Red+Green+Blue) = 25+239+210=474 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.27% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #19EFD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EFD2 is #E6102D. Grayscale: #ABABAB. Windows color (decimal): -15077422 or 13823769. OLE color: 13823769.

HSL color Cylindrical-coordinate representation of color #19EFD2: hue angle of 171.87º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EFD2 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB25239210-
CMYK0.9000.120.06
HSL171.87º86.99%51.76%-
HSV(B)171.87º89.54%93.73%-
XYZ42.966.5971.57-
YUV171.71149.623.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 5.27%
GREEN value IS 239 (93.75% from 255) = 50.42%
BLUE value IS 210 (82.42% from 255) = 44.30%
R=5.27%
G=50.42%
B=44.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal252392100.9000.120.06171.8786.9951.76
Hex19EFD25A0C6ac5734
Octal31357322132014625412764
Binary110011110111111010010101101001100110101011001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19EFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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