Html Css Color HEX #19FBDC Bright Turquoise

📋 copy color: '#19FBDC'

red 25 ◦ green 251 ◦ blue 220

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

Shades of Bright Turquoise #19FBDC

Tints of Bright Turquoise #19FBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 5.04%
G = 50.6%
B = 44.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#19FBDC (or 0x19FBDC) is known color: Bright Turquoise. HEX triplet: 19, FB and DC. RGB value is (25,251,220). Sum of RGB (Red+Green+Blue) = 25+251+220=496 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.04% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #19FBDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FBDC is #E60423. Grayscale: #B3B3B3. Windows color (decimal): -15074340 or 14482201. OLE color: 14482201.

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

Color convert

RGB 25 251 220 -
CMYK 0.90 0 0.12 0.02
HSL 171.77º 0.97% 0.54% -
HSV(B) 171.77º 0.9% 0.98% -
XYZ 47.82 74.37 79.54 -
YUV 179.89 150.63 17.52 -
System Red Green Blue C M Y K H S L
Decimal 25 251 220 0.90 0 0.12 0.02 171.77 0.97 0.54
Hex 19 FB DC 5A 0 C 2 AC 61 36
Octal 31 373 334 132 0 14 2 254 141 66
Binary 11001 11111011 11011100 1011010 0 1100 10 10101100 1100001 110110

Color Harmonies of #19FBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FBDC

Black with #19FBDC

Text Example


Text Example

White with #19FBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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