Html Css Color HEX #19F9D0 Bright Turquoise

📋 copy color: '#19F9D0'

red 25 ◦ green 249 ◦ blue 208

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

Shades of Bright Turquoise #19F9D0

Tints of Bright Turquoise #19F9D0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.66%

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 5.19%
G = 51.66%
B = 43.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#19F9D0 (or 0x19F9D0) is known color: Bright Turquoise. HEX triplet: 19, F9 and D0. RGB value is (25,249,208). Sum of RGB (Red+Green+Blue) = 25+249+208=482 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.19% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #19F9D0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F9D0 is #E6062F. Grayscale: #B1B1B1. Windows color (decimal): -15074864 or 13695257. OLE color: 13695257.

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

Color convert

RGB 25 249 208 -
CMYK 0.90 0 0.16 0.02
HSL 169.02º 0.95% 0.54% -
HSV(B) 169.02º 0.9% 0.98% -
XYZ 45.66 72.51 71.26 -
YUV 177.35 145.29 19.33 -
System Red Green Blue C M Y K H S L
Decimal 25 249 208 0.90 0 0.16 0.02 169.02 0.95 0.54
Hex 19 F9 D0 5A 0 10 2 A9 5F 36
Octal 31 371 320 132 0 20 2 251 137 66
Binary 11001 11111001 11010000 1011010 0 10000 10 10101001 1011111 110110

Color Harmonies of #19F9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19F9D0

Black with #19F9D0

Text Example


Text Example

White with #19F9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,249,208); }

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

background-color css

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

 a { background-color: rgb(25,249,208); }

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

border-color css

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

 span { border-color: rgb(25,249,208); }

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