Html Css Color HEX #19FACD Bright Turquoise

📋 copy color: '#19FACD'

red 25 ◦ green 250 ◦ blue 205

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

Shades of Bright Turquoise #19FACD

Tints of Bright Turquoise #19FACD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.08%

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 5.21%
G = 52.08%
B = 42.71%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#19FACD (or 0x19FACD) is known color: Bright Turquoise. HEX triplet: 19, FA and CD. RGB value is (25,250,205). Sum of RGB (Red+Green+Blue) = 25+250+205=480 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.21% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #19FACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FACD is #E60532. Grayscale: #B1B1B1. Windows color (decimal): -15074611 or 13498905. OLE color: 13498905.

HSL color Cylindrical-coordinate representation of color #19FACD: hue angle of 168º degrees, saturation: 0.96, 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 #19FACD is Cyan = 0.9, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 250 205 -
CMYK 0.9 0 0.18 0.02
HSL 168º 0.96% 0.54% -
HSV(B) 168º 0.9% 0.98% -
XYZ 45.61 72.99 69.44 -
YUV 177.6 143.46 19.16 -
System Red Green Blue C M Y K H S L
Decimal 25 250 205 0.9 0 0.18 0.02 168 0.96 0.54
Hex 19 FA CD 5A 0 12 2 A8 60 36
Octal 31 372 315 132 0 22 2 250 140 66
Binary 11001 11111010 11001101 1011010 0 10010 10 10101000 1100000 110110

Color Harmonies of #19FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FACD

Black with #19FACD

Text Example


Text Example

White with #19FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,250,205); }

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

background-color css

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

 a { background-color: rgb(25,250,205); }

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

border-color css

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

 span { border-color: rgb(25,250,205); }

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