Html Css Color HEX #19D9EB Bright Turquoise

📋 copy color: '#19D9EB'

red 25 ◦ green 217 ◦ blue 235

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

Shades of Bright Turquoise #19D9EB

Tints of Bright Turquoise #19D9EB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.49%

 BLUE value IS 235 (92.19% from 255) = 49.27%

R = 5.24%
G = 45.49%
B = 49.27%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#19D9EB (or 0x19D9EB) is known color: Bright Turquoise. HEX triplet: 19, D9 and EB. RGB value is (25,217,235). Sum of RGB (Red+Green+Blue) = 25+217+235=477 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.24% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #19D9EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D9EB is #E62614. Grayscale: #A1A1A1. Windows color (decimal): -15083029 or 15456537. OLE color: 15456537.

HSL color Cylindrical-coordinate representation of color #19D9EB: hue angle of 185.14º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19D9EB is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 217 235 -
CMYK 0.89 0.08 0 0.08
HSL 185.14º 0.84% 0.51% -
HSV(B) 185.14º 0.89% 0.92% -
XYZ 40.21 55.83 87.25 -
YUV 161.64 169.39 30.54 -
System Red Green Blue C M Y K H S L
Decimal 25 217 235 0.89 0.08 0 0.08 185.14 0.84 0.51
Hex 19 D9 EB 59 8 0 8 B9 54 33
Octal 31 331 353 131 10 0 10 271 124 63
Binary 11001 11011001 11101011 1011001 1000 0 1000 10111001 1010100 110011

Color Harmonies of #19D9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D9EB

Black with #19D9EB

Text Example


Text Example

White with #19D9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,217,235); }

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

background-color css

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

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

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

border-color css

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

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

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