#19F3F3

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

Shades of Bright Turquoise #19F3F3

Tints of Bright Turquoise #19F3F3

Color information

#19F3F3 (or 0x19F3F3) is unknown color: approx Bright Turquoise. HEX triplet: 19, F3 and F3. RGB value is (25,243,243). Sum of RGB (Red+Green+Blue) = 25+243+243=511 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.89% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: green, blue. Hex color #19F3F3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F3F3 is #E60C0C. Grayscale: #B1B1B1. Windows color (decimal): -15076365 or 15987481. OLE color: 15987481.

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

Color convert

RGB25243243-
CMYK0.90000.05
HSL180º90.08%52.55%-
HSV(B)180º89.71%95.29%-
XYZ48.6370.7895.89-
YUV177.82164.7819-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 4.89%
GREEN value IS 243 (95.31% from 255) = 47.55%
BLUE value IS 243 (95.31% from 255) = 47.55%
R=4.89%
G=47.55%
B=47.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal252432430.90000.0518090.0852.55
Hex19F3F35A005b45a35
Octal3136336313200526413265
Binary110011111001111110011101101000101101101001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19F3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,243,243); }

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

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

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

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

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

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

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