Html Css Color HEX #19FECB Bright Turquoise

📋 copy color: '#19FECB'

red 25 ◦ green 254 ◦ blue 203

#19FECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #19FECB

Tints of Bright Turquoise #19FECB

RGB

 RED value IS 25 (10.16% from 255) = 5.19%

 GREEN value IS 254 (99.61% from 255) = 52.7%

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 5.19%
G = 52.7%
B = 42.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#19FECB (or 0x19FECB) is known color: Bright Turquoise. HEX triplet: 19, FE and CB. RGB value is (25,254,203). Sum of RGB (Red+Green+Blue) = 25+254+203=482 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.19% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #19FECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FECB is #E60134. Grayscale: #B3B3B3. Windows color (decimal): -15073589 or 13368857. OLE color: 13368857.

HSL color Cylindrical-coordinate representation of color #19FECB: hue angle of 166.64º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FECB is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 25 254 203 -
CMYK 0.90 0 0.20 0.00
HSL 166.64º 0.99% 0.55% -
HSV(B) 166.64º 0.9% 1% -
XYZ 46.62 75.4 68.6 -
YUV 179.72 141.13 17.65 -
System Red Green Blue C M Y K H S L
Decimal 25 254 203 0.90 0 0.20 0.00 166.64 0.99 0.55
Hex 19 FE CB 5A 0 14 0 A7 63 37
Octal 31 376 313 132 0 24 0 247 143 67
Binary 11001 11111110 11001011 1011010 0 10100 0 10100111 1100011 110111

Color Harmonies of #19FECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FECB

Black with #19FECB

Text Example


Text Example

White with #19FECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,254,203); }

 H1.HeaderClassName
 {
   color: #19FECB;
 }
 .AnyTagClassName
 {
   color: #19FECB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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