Html Css Color HEX #19DADA Bright Turquoise

📋 copy color: '#19DADA'

red 25 ◦ green 218 ◦ blue 218

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

Shades of Bright Turquoise #19DADA

Tints of Bright Turquoise #19DADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 5.42%
G = 47.29%
B = 47.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#19DADA (or 0x19DADA) is known color: Bright Turquoise. HEX triplet: 19, DA and DA. RGB value is (25,218,218). Sum of RGB (Red+Green+Blue) = 25+218+218=461 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.42% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #19DADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DADA is #E62525. Grayscale: #A0A0A0. Windows color (decimal): -15082790 or 14342681. OLE color: 14342681.

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

Color convert

RGB 25 218 218 -
CMYK 0.89 0 0 0.15
HSL 180º 0.79% 0.48% -
HSV(B) 180º 0.89% 0.85% -
XYZ 38.13 55.41 75.02 -
YUV 160.29 160.56 31.5 -
System Red Green Blue C M Y K H S L
Decimal 25 218 218 0.89 0 0 0.15 180 0.79 0.48
Hex 19 DA DA 59 0 0 F B4 4F 30
Octal 31 332 332 131 0 0 17 264 117 60
Binary 11001 11011010 11011010 1011001 0 0 1111 10110100 1001111 110000

Color Harmonies of #19DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DADA

Black with #19DADA

Text Example


Text Example

White with #19DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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