Html Css Color HEX #19DECC Bright Turquoise

📋 copy color: '#19DECC'

red 25 ◦ green 222 ◦ blue 204

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

Shades of Bright Turquoise #19DECC

Tints of Bright Turquoise #19DECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.22%

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 5.54%
G = 49.22%
B = 45.23%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#19DECC (or 0x19DECC) is known color: Bright Turquoise. HEX triplet: 19, DE and CC. RGB value is (25,222,204). Sum of RGB (Red+Green+Blue) = 25+222+204=451 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.54% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #19DECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DECC is #E62133. Grayscale: #A0A0A0. Windows color (decimal): -15081780 or 13426201. OLE color: 13426201.

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

Color convert

RGB 25 222 204 -
CMYK 0.89 0 0.08 0.13
HSL 174.52º 0.8% 0.48% -
HSV(B) 174.52º 0.89% 0.87% -
XYZ 37.42 56.81 66.12 -
YUV 161.05 152.23 30.96 -
System Red Green Blue C M Y K H S L
Decimal 25 222 204 0.89 0 0.08 0.13 174.52 0.8 0.48
Hex 19 DE CC 59 0 8 D AF 50 30
Octal 31 336 314 131 0 10 15 257 120 60
Binary 11001 11011110 11001100 1011001 0 1000 1101 10101111 1010000 110000

Color Harmonies of #19DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DECC

Black with #19DECC

Text Example


Text Example

White with #19DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,222,204); }

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

background-color css

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

 a { background-color: rgb(25,222,204); }

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

border-color css

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

 span { border-color: rgb(25,222,204); }

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