Html Css Color HEX #19DDCD Bright Turquoise

📋 copy color: '#19DDCD'

red 25 ◦ green 221 ◦ blue 205

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

Shades of Bright Turquoise #19DDCD

Tints of Bright Turquoise #19DDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.45%

R = 5.54%
G = 49%
B = 45.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#19DDCD (or 0x19DDCD) is known color: Bright Turquoise. HEX triplet: 19, DD and CD. RGB value is (25,221,205). Sum of RGB (Red+Green+Blue) = 25+221+205=451 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.54% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DDCD is #E62232. Grayscale: #A0A0A0. Windows color (decimal): -15082035 or 13491481. OLE color: 13491481.

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

Color convert

RGB 25 221 205 -
CMYK 0.89 0 0.07 0.13
HSL 175.1º 0.8% 0.48% -
HSV(B) 175.1º 0.89% 0.87% -
XYZ 37.28 56.33 66.67 -
YUV 160.57 153.07 31.3 -
System Red Green Blue C M Y K H S L
Decimal 25 221 205 0.89 0 0.07 0.13 175.1 0.8 0.48
Hex 19 DD CD 59 0 7 D AF 50 30
Octal 31 335 315 131 0 7 15 257 120 60
Binary 11001 11011101 11001101 1011001 0 111 1101 10101111 1010000 110000

Color Harmonies of #19DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DDCD

Black with #19DDCD

Text Example


Text Example

White with #19DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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