Html Css Color HEX #19DFDC Bright Turquoise

📋 copy color: '#19DFDC'

red 25 ◦ green 223 ◦ blue 220

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

Shades of Bright Turquoise #19DFDC

Tints of Bright Turquoise #19DFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.65%

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 5.34%
G = 47.65%
B = 47.01%

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

#19DFDC (or 0x19DFDC) is known color: Bright Turquoise. HEX triplet: 19, DF and DC. RGB value is (25,223,220). Sum of RGB (Red+Green+Blue) = 25+223+220=468 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.34% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #19DFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DFDC is #E62023. Grayscale: #A3A3A3. Windows color (decimal): -15081508 or 14475033. OLE color: 14475033.

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

Color convert

RGB 25 223 220 -
CMYK 0.89 0 0.01 0.13
HSL 179.09º 0.8% 0.49% -
HSV(B) 179.09º 0.89% 0.87% -
XYZ 39.71 58.15 76.84 -
YUV 163.46 159.9 29.24 -
System Red Green Blue C M Y K H S L
Decimal 25 223 220 0.89 0 0.01 0.13 179.09 0.8 0.49
Hex 19 DF DC 59 0 1 D B3 50 31
Octal 31 337 334 131 0 1 15 263 120 61
Binary 11001 11011111 11011100 1011001 0 1 1101 10110011 1010000 110001

Color Harmonies of #19DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DFDC

Black with #19DFDC

Text Example


Text Example

White with #19DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,223,220); }

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

background-color css

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

 a { background-color: rgb(25,223,220); }

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

border-color css

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

 span { border-color: rgb(25,223,220); }

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