Html Css Color HEX #19DBEC Bright Turquoise

📋 copy color: '#19DBEC'

red 25 ◦ green 219 ◦ blue 236

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

Shades of Bright Turquoise #19DBEC

Tints of Bright Turquoise #19DBEC

RGB

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

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

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

R = 5.21%
G = 45.63%
B = 49.17%

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

#19DBEC (or 0x19DBEC) is known color: Bright Turquoise. HEX triplet: 19, DB and EC. RGB value is (25,219,236). Sum of RGB (Red+Green+Blue) = 25+219+236=480 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.21% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #19DBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DBEC is #E62413. Grayscale: #A2A2A2. Windows color (decimal): -15082516 or 15522585. OLE color: 15522585.

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

Color convert

RGB 25 219 236 -
CMYK 0.89 0.07 0 0.07
HSL 184.83º 0.85% 0.51% -
HSV(B) 184.83º 0.89% 0.93% -
XYZ 40.87 56.93 88.19 -
YUV 162.93 169.23 29.62 -
System Red Green Blue C M Y K H S L
Decimal 25 219 236 0.89 0.07 0 0.07 184.83 0.85 0.51
Hex 19 DB EC 59 7 0 7 B9 55 33
Octal 31 333 354 131 7 0 7 271 125 63
Binary 11001 11011011 11101100 1011001 111 0 111 10111001 1010101 110011

Color Harmonies of #19DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DBEC

Black with #19DBEC

Text Example


Text Example

White with #19DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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