Html Css Color HEX #19D1EB Bright Turquoise

📋 copy color: '#19D1EB'

red 25 ◦ green 209 ◦ blue 235

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

Shades of Bright Turquoise #19D1EB

Tints of Bright Turquoise #19D1EB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.56%

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

R = 5.33%
G = 44.56%
B = 50.11%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#19D1EB (or 0x19D1EB) is known color: Bright Turquoise. HEX triplet: 19, D1 and EB. RGB value is (25,209,235). Sum of RGB (Red+Green+Blue) = 25+209+235=469 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.33% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #19D1EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19D1EB is #E62E14. Grayscale: #9C9C9C. Windows color (decimal): -15085077 or 15454489. OLE color: 15454489.

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

Color convert

RGB 25 209 235 -
CMYK 0.89 0.11 0 0.08
HSL 187.43º 0.84% 0.51% -
HSV(B) 187.43º 0.89% 0.92% -
XYZ 38.2 51.81 86.58 -
YUV 156.95 172.04 33.89 -
System Red Green Blue C M Y K H S L
Decimal 25 209 235 0.89 0.11 0 0.08 187.43 0.84 0.51
Hex 19 D1 EB 59 B 0 8 BB 54 33
Octal 31 321 353 131 13 0 10 273 124 63
Binary 11001 11010001 11101011 1011001 1011 0 1000 10111011 1010100 110011

Color Harmonies of #19D1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19D1EB

Black with #19D1EB

Text Example


Text Example

White with #19D1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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