Html Css Color HEX #19DBF4 Bright Turquoise

📋 copy color: '#19DBF4'

red 25 ◦ green 219 ◦ blue 244

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

Shades of Bright Turquoise #19DBF4

Tints of Bright Turquoise #19DBF4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.88%

 BLUE value IS 244 (95.7% from 255) = 50%

R = 5.12%
G = 44.88%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#19DBF4 (or 0x19DBF4) is known color: Bright Turquoise. HEX triplet: 19, DB and F4. RGB value is (25,219,244). Sum of RGB (Red+Green+Blue) = 25+219+244=488 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.12% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #19DBF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DBF4 is #E6240B. Grayscale: #A3A3A3. Windows color (decimal): -15082508 or 16046873. OLE color: 16046873.

HSL color Cylindrical-coordinate representation of color #19DBF4: hue angle of 186.85º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DBF4 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 25 219 244 -
CMYK 0.90 0.10 0 0.04
HSL 186.85º 0.91% 0.53% -
HSV(B) 186.85º 0.9% 0.96% -
XYZ 42.06 57.4 94.45 -
YUV 163.84 173.23 28.97 -
System Red Green Blue C M Y K H S L
Decimal 25 219 244 0.90 0.10 0 0.04 186.85 0.91 0.53
Hex 19 DB F4 5A A 0 4 BB 5B 35
Octal 31 333 364 132 12 0 4 273 133 65
Binary 11001 11011011 11110100 1011010 1010 0 100 10111011 1011011 110101

Color Harmonies of #19DBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DBF4

Black with #19DBF4

Text Example


Text Example

White with #19DBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,219,244); }

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

background-color css

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

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

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

border-color css

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

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

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