Html Css Color HEX #19DEC9 Bright Turquoise

📋 copy color: '#19DEC9'

red 25 ◦ green 222 ◦ blue 201

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

Shades of Bright Turquoise #19DEC9

Tints of Bright Turquoise #19DEC9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.55%

 BLUE value IS 201 (78.91% from 255) = 44.87%

R = 5.58%
G = 49.55%
B = 44.87%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#19DEC9 (or 0x19DEC9) is known color: Bright Turquoise. HEX triplet: 19, DE and C9. RGB value is (25,222,201). Sum of RGB (Red+Green+Blue) = 25+222+201=448 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.58% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 222 - color contains mainly: green. Hex color #19DEC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DEC9 is #E62136. Grayscale: #A0A0A0. Windows color (decimal): -15081783 or 13229593. OLE color: 13229593.

HSL color Cylindrical-coordinate representation of color #19DEC9: hue angle of 173.6º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DEC9 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 222 201 -
CMYK 0.89 0 0.09 0.13
HSL 173.6º 0.8% 0.48% -
HSV(B) 173.6º 0.89% 0.87% -
XYZ 37.06 56.67 64.24 -
YUV 160.7 150.73 31.21 -
System Red Green Blue C M Y K H S L
Decimal 25 222 201 0.89 0 0.09 0.13 173.6 0.8 0.48
Hex 19 DE C9 59 0 9 D AE 50 30
Octal 31 336 311 131 0 11 15 256 120 60
Binary 11001 11011110 11001001 1011001 0 1001 1101 10101110 1010000 110000

Color Harmonies of #19DEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DEC9

Black with #19DEC9

Text Example


Text Example

White with #19DEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,222,201); }

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

background-color css

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

 a { background-color: rgb(25,222,201); }

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

border-color css

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

 span { border-color: rgb(25,222,201); }

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