Html Css Color HEX #19DCEC Bright Turquoise

📋 copy color: '#19DCEC'

red 25 ◦ green 220 ◦ blue 236

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

Shades of Bright Turquoise #19DCEC

Tints of Bright Turquoise #19DCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 5.2%
G = 45.74%
B = 49.06%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19DCEC (or 0x19DCEC) is known color: Bright Turquoise. HEX triplet: 19, DC and EC. RGB value is (25,220,236). Sum of RGB (Red+Green+Blue) = 25+220+236=481 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.20% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #19DCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DCEC is #E62313. Grayscale: #A3A3A3. Windows color (decimal): -15082260 or 15522841. OLE color: 15522841.

HSL color Cylindrical-coordinate representation of color #19DCEC: hue angle of 184.55º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DCEC is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 220 236 -
CMYK 0.89 0.07 0 0.07
HSL 184.55º 0.85% 0.51% -
HSV(B) 184.55º 0.89% 0.93% -
XYZ 41.13 57.45 88.28 -
YUV 163.52 168.9 29.2 -
System Red Green Blue C M Y K H S L
Decimal 25 220 236 0.89 0.07 0 0.07 184.55 0.85 0.51
Hex 19 DC EC 59 7 0 7 B9 55 33
Octal 31 334 354 131 7 0 7 271 125 63
Binary 11001 11011100 11101100 1011001 111 0 111 10111001 1010101 110011

Color Harmonies of #19DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DCEC

Black with #19DCEC

Text Example


Text Example

White with #19DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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