Html Css Color HEX #19DDD4 Bright Turquoise

📋 copy color: '#19DDD4'

red 25 ◦ green 221 ◦ blue 212

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

Shades of Bright Turquoise #19DDD4

Tints of Bright Turquoise #19DDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.29%

R = 5.46%
G = 48.25%
B = 46.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#19DDD4 (or 0x19DDD4) is known color: Bright Turquoise. HEX triplet: 19, DD and D4. RGB value is (25,221,212). Sum of RGB (Red+Green+Blue) = 25+221+212=458 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.46% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DDD4 is #E6222B. Grayscale: #A1A1A1. Windows color (decimal): -15082028 or 13950233. OLE color: 13950233.

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

Color convert

RGB 25 221 212 -
CMYK 0.89 0 0.04 0.13
HSL 177.24º 0.8% 0.48% -
HSV(B) 177.24º 0.89% 0.87% -
XYZ 38.14 56.67 71.22 -
YUV 161.37 156.57 30.73 -
System Red Green Blue C M Y K H S L
Decimal 25 221 212 0.89 0 0.04 0.13 177.24 0.8 0.48
Hex 19 DD D4 59 0 4 D B1 50 30
Octal 31 335 324 131 0 4 15 261 120 60
Binary 11001 11011101 11010100 1011001 0 100 1101 10110001 1010000 110000

Color Harmonies of #19DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DDD4

Black with #19DDD4

Text Example


Text Example

White with #19DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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