Html Css Color HEX #19DAEC Bright Turquoise

📋 copy color: '#19DAEC'

red 25 ◦ green 218 ◦ blue 236

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

Shades of Bright Turquoise #19DAEC

Tints of Bright Turquoise #19DAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.51%

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

R = 5.22%
G = 45.51%
B = 49.27%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19DAEC (or 0x19DAEC) is known color: Bright Turquoise. HEX triplet: 19, DA and EC. RGB value is (25,218,236). Sum of RGB (Red+Green+Blue) = 25+218+236=479 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.22% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #19DAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DAEC is #E62513. Grayscale: #A2A2A2. Windows color (decimal): -15082772 or 15522329. OLE color: 15522329.

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

Color convert

RGB 25 218 236 -
CMYK 0.89 0.08 0 0.07
HSL 185.12º 0.85% 0.51% -
HSV(B) 185.12º 0.89% 0.93% -
XYZ 40.61 56.41 88.1 -
YUV 162.35 169.56 30.04 -
System Red Green Blue C M Y K H S L
Decimal 25 218 236 0.89 0.08 0 0.07 185.12 0.85 0.51
Hex 19 DA EC 59 8 0 7 B9 55 33
Octal 31 332 354 131 10 0 7 271 125 63
Binary 11001 11011010 11101100 1011001 1000 0 111 10111001 1010101 110011

Color Harmonies of #19DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DAEC

Black with #19DAEC

Text Example


Text Example

White with #19DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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