Html Css Color HEX #19FECE Bright Turquoise

📋 copy color: '#19FECE'

red 25 ◦ green 254 ◦ blue 206

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

Shades of Bright Turquoise #19FECE

Tints of Bright Turquoise #19FECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 5.15%
G = 52.37%
B = 42.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#19FECE (or 0x19FECE) is known color: Bright Turquoise. HEX triplet: 19, FE and CE. RGB value is (25,254,206). Sum of RGB (Red+Green+Blue) = 25+254+206=485 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.15% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #19FECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FECE is #E60131. Grayscale: #B4B4B4. Windows color (decimal): -15073586 or 13565465. OLE color: 13565465.

HSL color Cylindrical-coordinate representation of color #19FECE: hue angle of 167.42º 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 #19FECE is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 25 254 206 -
CMYK 0.90 0 0.19 0.00
HSL 167.42º 0.99% 0.55% -
HSV(B) 167.42º 0.9% 1% -
XYZ 46.98 75.55 70.5 -
YUV 180.06 142.63 17.4 -
System Red Green Blue C M Y K H S L
Decimal 25 254 206 0.90 0 0.19 0.00 167.42 0.99 0.55
Hex 19 FE CE 5A 0 13 0 A7 63 37
Octal 31 376 316 132 0 23 0 247 143 67
Binary 11001 11111110 11001110 1011010 0 10011 0 10100111 1100011 110111

Color Harmonies of #19FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FECE

Black with #19FECE

Text Example


Text Example

White with #19FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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