Html Css Color HEX #19D6DE Bright Turquoise

📋 copy color: '#19D6DE'

red 25 ◦ green 214 ◦ blue 222

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

Shades of Bright Turquoise #19D6DE

Tints of Bright Turquoise #19D6DE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.42%

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 5.42%
G = 46.42%
B = 48.16%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#19D6DE (or 0x19D6DE) is known color: Bright Turquoise. HEX triplet: 19, D6 and DE. RGB value is (25,214,222). Sum of RGB (Red+Green+Blue) = 25+214+222=461 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.42% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #19D6DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19D6DE is #E62921. Grayscale: #9E9E9E. Windows color (decimal): -15083810 or 14603801. OLE color: 14603801.

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

Color convert

RGB 25 214 222 -
CMYK 0.89 0.04 0 0.13
HSL 182.44º 0.8% 0.48% -
HSV(B) 182.44º 0.89% 0.87% -
XYZ 37.63 53.57 77.46 -
YUV 158.4 163.88 32.85 -
System Red Green Blue C M Y K H S L
Decimal 25 214 222 0.89 0.04 0 0.13 182.44 0.8 0.48
Hex 19 D6 DE 59 4 0 D B6 50 30
Octal 31 326 336 131 4 0 15 266 120 60
Binary 11001 11010110 11011110 1011001 100 0 1101 10110110 1010000 110000

Color Harmonies of #19D6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D6DE

Black with #19D6DE

Text Example


Text Example

White with #19D6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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