Html Css Color HEX #19DCCC Bright Turquoise

📋 copy color: '#19DCCC'

red 25 ◦ green 220 ◦ blue 204

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

Shades of Bright Turquoise #19DCCC

Tints of Bright Turquoise #19DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49%

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

R = 5.57%
G = 49%
B = 45.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#19DCCC (or 0x19DCCC) is known color: Bright Turquoise. HEX triplet: 19, DC and CC. RGB value is (25,220,204). Sum of RGB (Red+Green+Blue) = 25+220+204=449 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.57% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #19DCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DCCC is #E62333. Grayscale: #9F9F9F. Windows color (decimal): -15082292 or 13425689. OLE color: 13425689.

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

Color convert

RGB 25 220 204 -
CMYK 0.89 0 0.07 0.14
HSL 175.08º 0.8% 0.48% -
HSV(B) 175.08º 0.89% 0.86% -
XYZ 36.89 55.75 65.94 -
YUV 159.87 152.9 31.8 -
System Red Green Blue C M Y K H S L
Decimal 25 220 204 0.89 0 0.07 0.14 175.08 0.8 0.48
Hex 19 DC CC 59 0 7 E AF 50 30
Octal 31 334 314 131 0 7 16 257 120 60
Binary 11001 11011100 11001100 1011001 0 111 1110 10101111 1010000 110000

Color Harmonies of #19DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DCCC

Black with #19DCCC

Text Example


Text Example

White with #19DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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