Html Css Color HEX #19DEE8 Bright Turquoise

📋 copy color: '#19DEE8'

red 25 ◦ green 222 ◦ blue 232

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

Shades of Bright Turquoise #19DEE8

Tints of Bright Turquoise #19DEE8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.35%

 BLUE value IS 232 (91.02% from 255) = 48.43%

R = 5.22%
G = 46.35%
B = 48.43%

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

#19DEE8 (or 0x19DEE8) is known color: Bright Turquoise. HEX triplet: 19, DE and E8. RGB value is (25,222,232). Sum of RGB (Red+Green+Blue) = 25+222+232=479 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.22% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: blue. Hex color #19DEE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DEE8 is #E62117. Grayscale: #A4A4A4. Windows color (decimal): -15081752 or 15261209. OLE color: 15261209.

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

Color convert

RGB 25 222 232 -
CMYK 0.89 0.04 0 0.09
HSL 182.9º 0.82% 0.5% -
HSV(B) 182.9º 0.89% 0.91% -
XYZ 41.09 58.28 85.43 -
YUV 164.24 166.23 28.69 -
System Red Green Blue C M Y K H S L
Decimal 25 222 232 0.89 0.04 0 0.09 182.9 0.82 0.5
Hex 19 DE E8 59 4 0 9 B7 52 32
Octal 31 336 350 131 4 0 11 267 122 62
Binary 11001 11011110 11101000 1011001 100 0 1001 10110111 1010010 110010

Color Harmonies of #19DEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DEE8

Black with #19DEE8

Text Example


Text Example

White with #19DEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,222,232); }

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

background-color css

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

 a { background-color: rgb(25,222,232); }

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

border-color css

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

 span { border-color: rgb(25,222,232); }

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