Html Css Color HEX #19FCE5 Bright Turquoise

📋 copy color: '#19FCE5'

red 25 ◦ green 252 ◦ blue 229

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

Shades of Bright Turquoise #19FCE5

Tints of Bright Turquoise #19FCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.26%

R = 4.94%
G = 49.8%
B = 45.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#19FCE5 (or 0x19FCE5) is known color: Bright Turquoise. HEX triplet: 19, FC and E5. RGB value is (25,252,229). Sum of RGB (Red+Green+Blue) = 25+252+229=506 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.94% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FCE5 is #E6031A. Grayscale: #B5B5B5. Windows color (decimal): -15074075 or 15072281. OLE color: 15072281.

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

Color convert

RGB 25 252 229 -
CMYK 0.90 0 0.09 0.01
HSL 173.92º 0.97% 0.54% -
HSV(B) 173.92º 0.9% 0.99% -
XYZ 49.35 75.48 86.1 -
YUV 181.51 154.79 16.37 -
System Red Green Blue C M Y K H S L
Decimal 25 252 229 0.90 0 0.09 0.01 173.92 0.97 0.54
Hex 19 FC E5 5A 0 9 1 AE 61 36
Octal 31 374 345 132 0 11 1 256 141 66
Binary 11001 11111100 11100101 1011010 0 1001 1 10101110 1100001 110110

Color Harmonies of #19FCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FCE5

Black with #19FCE5

Text Example


Text Example

White with #19FCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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