Html Css Color HEX #19DEDC Bright Turquoise

📋 copy color: '#19DEDC'

red 25 ◦ green 222 ◦ blue 220

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

Shades of Bright Turquoise #19DEDC

Tints of Bright Turquoise #19DEDC

RGB

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

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

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

R = 5.35%
G = 47.54%
B = 47.11%

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

#19DEDC (or 0x19DEDC) is known color: Bright Turquoise. HEX triplet: 19, DE and DC. RGB value is (25,222,220). Sum of RGB (Red+Green+Blue) = 25+222+220=467 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.35% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #19DEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DEDC is #E62123. Grayscale: #A2A2A2. Windows color (decimal): -15081764 or 14474777. OLE color: 14474777.

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

Color convert

RGB 25 222 220 -
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.44 57.62 76.75 -
YUV 162.87 160.23 29.66 -
System Red Green Blue C M Y K H S L
Decimal 25 222 220 0.89 0 0.01 0.13 179.39 0.8 0.48
Hex 19 DE DC 59 0 1 D B3 50 30
Octal 31 336 334 131 0 1 15 263 120 60
Binary 11001 11011110 11011100 1011001 0 1 1101 10110011 1010000 110000

Color Harmonies of #19DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DEDC

Black with #19DEDC

Text Example


Text Example

White with #19DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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