Html Css Color HEX #19DDDB Bright Turquoise

📋 copy color: '#19DDDB'

red 25 ◦ green 221 ◦ blue 219

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

Shades of Bright Turquoise #19DDDB

Tints of Bright Turquoise #19DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.53%

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 5.38%
G = 47.53%
B = 47.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#19DDDB (or 0x19DDDB) is known color: Bright Turquoise. HEX triplet: 19, DD and DB. RGB value is (25,221,219). Sum of RGB (Red+Green+Blue) = 25+221+219=465 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.38% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DDDB is #E62224. Grayscale: #A1A1A1. Windows color (decimal): -15082021 or 14408985. OLE color: 14408985.

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

Color convert

RGB 25 221 219 -
CMYK 0.89 0 0.01 0.13
HSL 179.39º 0.8% 0.48% -
HSV(B) 179.39º 0.89% 0.87% -
XYZ 39.04 57.03 75.97 -
YUV 162.17 160.07 30.16 -
System Red Green Blue C M Y K H S L
Decimal 25 221 219 0.89 0 0.01 0.13 179.39 0.8 0.48
Hex 19 DD DB 59 0 1 D B3 50 30
Octal 31 335 333 131 0 1 15 263 120 60
Binary 11001 11011101 11011011 1011001 0 1 1101 10110011 1010000 110000

Color Harmonies of #19DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DDDB

Black with #19DDDB

Text Example


Text Example

White with #19DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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