Html Css Color HEX #19ECDD Bright Turquoise

📋 copy color: '#19ECDD'

red 25 ◦ green 236 ◦ blue 221

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

Shades of Bright Turquoise #19ECDD

Tints of Bright Turquoise #19ECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.96%

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

R = 5.19%
G = 48.96%
B = 45.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#19ECDD (or 0x19ECDD) is known color: Bright Turquoise. HEX triplet: 19, EC and DD. RGB value is (25,236,221). Sum of RGB (Red+Green+Blue) = 25+236+221=482 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.19% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #19ECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19ECDD is #E61322. Grayscale: #ABABAB. Windows color (decimal): -15078179 or 14543897. OLE color: 14543897.

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

Color convert

RGB 25 236 221 -
CMYK 0.89 0 0.06 0.07
HSL 175.73º 0.85% 0.51% -
HSV(B) 175.73º 0.89% 0.93% -
XYZ 43.45 65.42 78.74 -
YUV 171.2 156.1 23.72 -
System Red Green Blue C M Y K H S L
Decimal 25 236 221 0.89 0 0.06 0.07 175.73 0.85 0.51
Hex 19 EC DD 59 0 6 7 B0 55 33
Octal 31 354 335 131 0 6 7 260 125 63
Binary 11001 11101100 11011101 1011001 0 110 111 10110000 1010101 110011

Color Harmonies of #19ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19ECDD

Black with #19ECDD

Text Example


Text Example

White with #19ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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