Html Css Color HEX #19DACE Bright Turquoise

📋 copy color: '#19DACE'

red 25 ◦ green 218 ◦ blue 206

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

Shades of Bright Turquoise #19DACE

Tints of Bright Turquoise #19DACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.55%

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 5.57%
G = 48.55%
B = 45.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#19DACE (or 0x19DACE) is known color: Bright Turquoise. HEX triplet: 19, DA and CE. RGB value is (25,218,206). Sum of RGB (Red+Green+Blue) = 25+218+206=449 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.57% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #19DACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DACE is #E62531. Grayscale: #9E9E9E. Windows color (decimal): -15082802 or 13556249. OLE color: 13556249.

HSL color Cylindrical-coordinate representation of color #19DACE: hue angle of 176.27º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DACE is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 218 206 -
CMYK 0.89 0 0.06 0.15
HSL 176.27º 0.79% 0.48% -
HSV(B) 176.27º 0.89% 0.85% -
XYZ 36.61 54.81 67.04 -
YUV 158.93 154.56 32.48 -
System Red Green Blue C M Y K H S L
Decimal 25 218 206 0.89 0 0.06 0.15 176.27 0.79 0.48
Hex 19 DA CE 59 0 6 F B0 4F 30
Octal 31 332 316 131 0 6 17 260 117 60
Binary 11001 11011010 11001110 1011001 0 110 1111 10110000 1001111 110000

Color Harmonies of #19DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DACE

Black with #19DACE

Text Example


Text Example

White with #19DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,218,206); }

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

background-color css

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

 a { background-color: rgb(25,218,206); }

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

border-color css

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

 span { border-color: rgb(25,218,206); }

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