Html Css Color HEX #19FBDB Bright Turquoise

📋 copy color: '#19FBDB'

red 25 ◦ green 251 ◦ blue 219

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

Shades of Bright Turquoise #19FBDB

Tints of Bright Turquoise #19FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.71%

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 5.05%
G = 50.71%
B = 44.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#19FBDB (or 0x19FBDB) is known color: Bright Turquoise. HEX triplet: 19, FB and DB. RGB value is (25,251,219). Sum of RGB (Red+Green+Blue) = 25+251+219=495 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.05% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #19FBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FBDB is #E60424. Grayscale: #B3B3B3. Windows color (decimal): -15074341 or 14416665. OLE color: 14416665.

HSL color Cylindrical-coordinate representation of color #19FBDB: hue angle of 171.5º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FBDB is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 251 219 -
CMYK 0.90 0 0.13 0.02
HSL 171.5º 0.97% 0.54% -
HSV(B) 171.5º 0.9% 0.98% -
XYZ 47.68 74.32 78.85 -
YUV 179.78 150.13 17.6 -
System Red Green Blue C M Y K H S L
Decimal 25 251 219 0.90 0 0.13 0.02 171.5 0.97 0.54
Hex 19 FB DB 5A 0 D 2 AC 61 36
Octal 31 373 333 132 0 15 2 254 141 66
Binary 11001 11111011 11011011 1011010 0 1101 10 10101100 1100001 110110

Color Harmonies of #19FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FBDB

Black with #19FBDB

Text Example


Text Example

White with #19FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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