Html Css Color HEX #19D5DA Bright Turquoise

📋 copy color: '#19D5DA'

red 25 ◦ green 213 ◦ blue 218

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

Shades of Bright Turquoise #19D5DA

Tints of Bright Turquoise #19D5DA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.71%

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

R = 5.48%
G = 46.71%
B = 47.81%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#19D5DA (or 0x19D5DA) is known color: Bright Turquoise. HEX triplet: 19, D5 and DA. RGB value is (25,213,218). Sum of RGB (Red+Green+Blue) = 25+213+218=456 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.48% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #19D5DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19D5DA is #E62A25. Grayscale: #9D9D9D. Windows color (decimal): -15084070 or 14341401. OLE color: 14341401.

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

Color convert

RGB 25 213 218 -
CMYK 0.89 0.02 0 0.15
HSL 181.55º 0.79% 0.48% -
HSV(B) 181.55º 0.89% 0.85% -
XYZ 36.85 52.86 74.59 -
YUV 157.36 162.22 33.59 -
System Red Green Blue C M Y K H S L
Decimal 25 213 218 0.89 0.02 0 0.15 181.55 0.79 0.48
Hex 19 D5 DA 59 2 0 F B6 4F 30
Octal 31 325 332 131 2 0 17 266 117 60
Binary 11001 11010101 11011010 1011001 10 0 1111 10110110 1001111 110000

Color Harmonies of #19D5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D5DA

Black with #19D5DA

Text Example


Text Example

White with #19D5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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