#19F9EB

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

Shades of Bright Turquoise #19F9EB

Tints of Bright Turquoise #19F9EB

Color information

#19F9EB (or 0x19F9EB) is unknown color: approx Bright Turquoise. HEX triplet: 19, F9 and EB. RGB value is (25,249,235). Sum of RGB (Red+Green+Blue) = 25+249+235=509 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.91% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #19F9EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F9EB is #E60614. Grayscale: #B4B4B4. Windows color (decimal): -15074837 or 15464729. OLE color: 15464729.

HSL color Cylindrical-coordinate representation of color #19F9EB: hue angle of 176.25º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F9EB is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB25249235-
CMYK0.9000.060.02
HSL176.25º94.92%53.73%-
HSV(B)176.25º89.96%97.65%-
XYZ49.2773.9690.28-
YUV180.43158.7917.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 4.91%
GREEN value IS 249 (97.66% from 255) = 48.92%
BLUE value IS 235 (92.19% from 255) = 46.17%
R=4.91%
G=48.92%
B=46.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal252492350.9000.060.02176.2594.9253.73
Hex19F9EB5A062b05f36
Octal3137135313206226013766
Binary1100111111001111010111011010011010101100001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19F9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,249,235); }

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

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

 a { background-color: rgb(25,249,235); }

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

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

 span { border-color: rgb(25,249,235); }

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