Html Css Color HEX #19DCCE Bright Turquoise

📋 copy color: '#19DCCE'

red 25 ◦ green 220 ◦ blue 206

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

Shades of Bright Turquoise #19DCCE

Tints of Bright Turquoise #19DCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 5.54%
G = 48.78%
B = 45.68%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#19DCCE (or 0x19DCCE) is known color: Bright Turquoise. HEX triplet: 19, DC and CE. RGB value is (25,220,206). Sum of RGB (Red+Green+Blue) = 25+220+206=451 (59% of max value = 765). Red value is 25 (10.16% from 255 or 5.54% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #19DCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DCCE is #E62331. Grayscale: #9F9F9F. Windows color (decimal): -15082290 or 13556761. OLE color: 13556761.

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

Color convert

RGB 25 220 206 -
CMYK 0.89 0 0.06 0.14
HSL 175.69º 0.8% 0.48% -
HSV(B) 175.69º 0.89% 0.86% -
XYZ 37.13 55.85 67.22 -
YUV 160.1 153.9 31.64 -
System Red Green Blue C M Y K H S L
Decimal 25 220 206 0.89 0 0.06 0.14 175.69 0.8 0.48
Hex 19 DC CE 59 0 6 E B0 50 30
Octal 31 334 316 131 0 6 16 260 120 60
Binary 11001 11011100 11001110 1011001 0 110 1110 10110000 1010000 110000

Color Harmonies of #19DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DCCE

Black with #19DCCE

Text Example


Text Example

White with #19DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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