Html Css Color HEX #19FBDA Bright Turquoise

📋 copy color: '#19FBDA'

red 25 ◦ green 251 ◦ blue 218

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

Shades of Bright Turquoise #19FBDA

Tints of Bright Turquoise #19FBDA

RGB

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

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

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

R = 5.06%
G = 50.81%
B = 44.13%

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

#19FBDA (or 0x19FBDA) is known color: Bright Turquoise. HEX triplet: 19, FB and DA. RGB value is (25,251,218). Sum of RGB (Red+Green+Blue) = 25+251+218=494 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.06% from 494); Green value is 251 (98.44% from 255 or 50.81% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 251 - color contains mainly: green. Hex color #19FBDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FBDA is #E60425. Grayscale: #B3B3B3. Windows color (decimal): -15074342 or 14351129. OLE color: 14351129.

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

Color convert

RGB 25 251 218 -
CMYK 0.90 0 0.13 0.02
HSL 171.24º 0.97% 0.54% -
HSV(B) 171.24º 0.9% 0.98% -
XYZ 47.55 74.26 78.16 -
YUV 179.66 149.63 17.68 -
System Red Green Blue C M Y K H S L
Decimal 25 251 218 0.90 0 0.13 0.02 171.24 0.97 0.54
Hex 19 FB DA 5A 0 D 2 AB 61 36
Octal 31 373 332 132 0 15 2 253 141 66
Binary 11001 11111011 11011010 1011010 0 1101 10 10101011 1100001 110110

Color Harmonies of #19FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FBDA

Black with #19FBDA

Text Example


Text Example

White with #19FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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