Html Css Color HEX #19DFE9 Bright Turquoise

📋 copy color: '#19DFE9'

red 25 ◦ green 223 ◦ blue 233

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

Shades of Bright Turquoise #19DFE9

Tints of Bright Turquoise #19DFE9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.36%

 BLUE value IS 233 (91.41% from 255) = 48.44%

R = 5.2%
G = 46.36%
B = 48.44%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#19DFE9 (or 0x19DFE9) is known color: Bright Turquoise. HEX triplet: 19, DF and E9. RGB value is (25,223,233). Sum of RGB (Red+Green+Blue) = 25+223+233=481 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.20% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #19DFE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DFE9 is #E62016. Grayscale: #A4A4A4. Windows color (decimal): -15081495 or 15327001. OLE color: 15327001.

HSL color Cylindrical-coordinate representation of color #19DFE9: hue angle of 182.88º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DFE9 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 223 233 -
CMYK 0.89 0.04 0 0.09
HSL 182.88º 0.83% 0.51% -
HSV(B) 182.88º 0.89% 0.91% -
XYZ 41.5 58.87 86.27 -
YUV 164.94 166.4 28.19 -
System Red Green Blue C M Y K H S L
Decimal 25 223 233 0.89 0.04 0 0.09 182.88 0.83 0.51
Hex 19 DF E9 59 4 0 9 B7 53 33
Octal 31 337 351 131 4 0 11 267 123 63
Binary 11001 11011111 11101001 1011001 100 0 1001 10110111 1010011 110011

Color Harmonies of #19DFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DFE9

Black with #19DFE9

Text Example


Text Example

White with #19DFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,223,233); }

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

background-color css

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

 a { background-color: rgb(25,223,233); }

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

border-color css

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

 span { border-color: rgb(25,223,233); }

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