Html Css Color HEX #19DFC6 Bright Turquoise

📋 copy color: '#19DFC6'

red 25 ◦ green 223 ◦ blue 198

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

Shades of Bright Turquoise #19DFC6

Tints of Bright Turquoise #19DFC6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50%

 BLUE value IS 198 (77.73% from 255) = 44.39%

R = 5.61%
G = 50%
B = 44.39%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#19DFC6 (or 0x19DFC6) is known color: Bright Turquoise. HEX triplet: 19, DF and C6. RGB value is (25,223,198). Sum of RGB (Red+Green+Blue) = 25+223+198=446 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.61% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #19DFC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DFC6 is #E62039. Grayscale: #A0A0A0. Windows color (decimal): -15081530 or 13033241. OLE color: 13033241.

HSL color Cylindrical-coordinate representation of color #19DFC6: hue angle of 172.42º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DFC6 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 223 198 -
CMYK 0.89 0 0.11 0.13
HSL 172.42º 0.8% 0.49% -
HSV(B) 172.42º 0.89% 0.87% -
XYZ 36.98 57.06 62.49 -
YUV 160.95 148.9 31.03 -
System Red Green Blue C M Y K H S L
Decimal 25 223 198 0.89 0 0.11 0.13 172.42 0.8 0.49
Hex 19 DF C6 59 0 B D AC 50 31
Octal 31 337 306 131 0 13 15 254 120 61
Binary 11001 11011111 11000110 1011001 0 1011 1101 10101100 1010000 110001

Color Harmonies of #19DFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DFC6

Black with #19DFC6

Text Example


Text Example

White with #19DFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,223,198); }

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

background-color css

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

 a { background-color: rgb(25,223,198); }

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

border-color css

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

 span { border-color: rgb(25,223,198); }

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