Html Css Color HEX #19EADD Bright Turquoise

📋 copy color: '#19EADD'

red 25 ◦ green 234 ◦ blue 221

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

Shades of Bright Turquoise #19EADD

Tints of Bright Turquoise #19EADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.75%

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

R = 5.21%
G = 48.75%
B = 46.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#19EADD (or 0x19EADD) is known color: Bright Turquoise. HEX triplet: 19, EA and DD. RGB value is (25,234,221). Sum of RGB (Red+Green+Blue) = 25+234+221=480 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.21% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #19EADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EADD is #E61522. Grayscale: #A9A9A9. Windows color (decimal): -15078691 or 14543385. OLE color: 14543385.

HSL color Cylindrical-coordinate representation of color #19EADD: hue angle of 176.27º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EADD is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 234 221 -
CMYK 0.89 0 0.06 0.08
HSL 176.27º 0.83% 0.51% -
HSV(B) 176.27º 0.89% 0.92% -
XYZ 42.87 64.27 78.55 -
YUV 170.03 156.76 24.56 -
System Red Green Blue C M Y K H S L
Decimal 25 234 221 0.89 0 0.06 0.08 176.27 0.83 0.51
Hex 19 EA DD 59 0 6 8 B0 53 33
Octal 31 352 335 131 0 6 10 260 123 63
Binary 11001 11101010 11011101 1011001 0 110 1000 10110000 1010011 110011

Color Harmonies of #19EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EADD

Black with #19EADD

Text Example


Text Example

White with #19EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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