Html Css Color HEX #19DCCB Bright Turquoise

📋 copy color: '#19DCCB'

red 25 ◦ green 220 ◦ blue 203

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

Shades of Bright Turquoise #19DCCB

Tints of Bright Turquoise #19DCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.31%

R = 5.58%
G = 49.11%
B = 45.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#19DCCB (or 0x19DCCB) is known color: Bright Turquoise. HEX triplet: 19, DC and CB. RGB value is (25,220,203). Sum of RGB (Red+Green+Blue) = 25+220+203=448 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.58% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #19DCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DCCB is #E62334. Grayscale: #9F9F9F. Windows color (decimal): -15082293 or 13360153. OLE color: 13360153.

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

Color convert

RGB 25 220 203 -
CMYK 0.89 0 0.08 0.14
HSL 174.77º 0.8% 0.48% -
HSV(B) 174.77º 0.89% 0.86% -
XYZ 36.77 55.7 65.31 -
YUV 159.76 152.4 31.88 -
System Red Green Blue C M Y K H S L
Decimal 25 220 203 0.89 0 0.08 0.14 174.77 0.8 0.48
Hex 19 DC CB 59 0 8 E AF 50 30
Octal 31 334 313 131 0 10 16 257 120 60
Binary 11001 11011100 11001011 1011001 0 1000 1110 10101111 1010000 110000

Color Harmonies of #19DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DCCB

Black with #19DCCB

Text Example


Text Example

White with #19DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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