Html Css Color HEX #19FCE2 Bright Turquoise

📋 copy color: '#19FCE2'

red 25 ◦ green 252 ◦ blue 226

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

Shades of Bright Turquoise #19FCE2

Tints of Bright Turquoise #19FCE2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.1%

 BLUE value IS 226 (88.67% from 255) = 44.93%

R = 4.97%
G = 50.1%
B = 44.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#19FCE2 (or 0x19FCE2) is known color: Bright Turquoise. HEX triplet: 19, FC and E2. RGB value is (25,252,226). Sum of RGB (Red+Green+Blue) = 25+252+226=503 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.97% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FCE2 is #E6031D. Grayscale: #B5B5B5. Windows color (decimal): -15074078 or 14875673. OLE color: 14875673.

HSL color Cylindrical-coordinate representation of color #19FCE2: hue angle of 173.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FCE2 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 252 226 -
CMYK 0.90 0 0.10 0.01
HSL 173.13º 0.97% 0.54% -
HSV(B) 173.13º 0.9% 0.99% -
XYZ 48.94 75.32 83.91 -
YUV 181.16 153.29 16.61 -
System Red Green Blue C M Y K H S L
Decimal 25 252 226 0.90 0 0.10 0.01 173.13 0.97 0.54
Hex 19 FC E2 5A 0 A 1 AD 61 36
Octal 31 374 342 132 0 12 1 255 141 66
Binary 11001 11111100 11100010 1011010 0 1010 1 10101101 1100001 110110

Color Harmonies of #19FCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FCE2

Black with #19FCE2

Text Example


Text Example

White with #19FCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,252,226); }

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

background-color css

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

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

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

border-color css

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

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

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