Html Css Color HEX #19FEDD Bright Turquoise

📋 copy color: '#19FEDD'

red 25 ◦ green 254 ◦ blue 221

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

Shades of Bright Turquoise #19FEDD

Tints of Bright Turquoise #19FEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 5%
G = 50.8%
B = 44.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#19FEDD (or 0x19FEDD) is known color: Bright Turquoise. HEX triplet: 19, FE and DD. RGB value is (25,254,221). Sum of RGB (Red+Green+Blue) = 25+254+221=500 (66% of max value = 765). Red value is 25 (10.16% from 255 or 5% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #19FEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FEDD is #E60122. Grayscale: #B5B5B5. Windows color (decimal): -15073571 or 14548505. OLE color: 14548505.

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

Color convert

RGB 25 254 221 -
CMYK 0.90 0 0.13 0.00
HSL 171.35º 0.99% 0.55% -
HSV(B) 171.35º 0.9% 1% -
XYZ 48.89 76.31 80.56 -
YUV 181.77 150.13 16.18 -
System Red Green Blue C M Y K H S L
Decimal 25 254 221 0.90 0 0.13 0.00 171.35 0.99 0.55
Hex 19 FE DD 5A 0 D 0 AB 63 37
Octal 31 376 335 132 0 15 0 253 143 67
Binary 11001 11111110 11011101 1011010 0 1101 0 10101011 1100011 110111

Color Harmonies of #19FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FEDD

Black with #19FEDD

Text Example


Text Example

White with #19FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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