Html Css Color HEX #19DBCC Bright Turquoise

📋 copy color: '#19DBCC'

red 25 ◦ green 219 ◦ blue 204

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

Shades of Bright Turquoise #19DBCC

Tints of Bright Turquoise #19DBCC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.88%

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

R = 5.58%
G = 48.88%
B = 45.54%

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

#19DBCC (or 0x19DBCC) is known color: Bright Turquoise. HEX triplet: 19, DB and CC. RGB value is (25,219,204). Sum of RGB (Red+Green+Blue) = 25+219+204=448 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.58% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #19DBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DBCC is #E62433. Grayscale: #9F9F9F. Windows color (decimal): -15082548 or 13425433. OLE color: 13425433.

HSL color Cylindrical-coordinate representation of color #19DBCC: hue angle of 175.36º 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 #19DBCC is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 219 204 -
CMYK 0.89 0 0.07 0.14
HSL 175.36º 0.8% 0.48% -
HSV(B) 175.36º 0.89% 0.86% -
XYZ 36.63 55.23 65.86 -
YUV 159.28 153.23 32.22 -
System Red Green Blue C M Y K H S L
Decimal 25 219 204 0.89 0 0.07 0.14 175.36 0.8 0.48
Hex 19 DB CC 59 0 7 E AF 50 30
Octal 31 333 314 131 0 7 16 257 120 60
Binary 11001 11011011 11001100 1011001 0 111 1110 10101111 1010000 110000

Color Harmonies of #19DBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DBCC

Black with #19DBCC

Text Example


Text Example

White with #19DBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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