Html Css Color HEX #19FCE3 Bright Turquoise

📋 copy color: '#19FCE3'

red 25 ◦ green 252 ◦ blue 227

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

Shades of Bright Turquoise #19FCE3

Tints of Bright Turquoise #19FCE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.04%

R = 4.96%
G = 50%
B = 45.04%

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

#19FCE3 (or 0x19FCE3) is known color: Bright Turquoise. HEX triplet: 19, FC and E3. RGB value is (25,252,227). Sum of RGB (Red+Green+Blue) = 25+252+227=504 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.96% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 227 (89.06% from 255 or 45.04% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FCE3 is #E6031C. Grayscale: #B5B5B5. Windows color (decimal): -15074077 or 14941209. OLE color: 14941209.

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

Color convert

RGB 25 252 227 -
CMYK 0.90 0 0.10 0.01
HSL 173.39º 0.97% 0.54% -
HSV(B) 173.39º 0.9% 0.99% -
XYZ 49.08 75.37 84.64 -
YUV 181.28 153.79 16.53 -
System Red Green Blue C M Y K H S L
Decimal 25 252 227 0.90 0 0.10 0.01 173.39 0.97 0.54
Hex 19 FC E3 5A 0 A 1 AD 61 36
Octal 31 374 343 132 0 12 1 255 141 66
Binary 11001 11111100 11100011 1011010 0 1010 1 10101101 1100001 110110

Color Harmonies of #19FCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FCE3

Black with #19FCE3

Text Example


Text Example

White with #19FCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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