Html Css Color HEX #19E4DE Bright Turquoise

📋 copy color: '#19E4DE'

red 25 ◦ green 228 ◦ blue 222

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

Shades of Bright Turquoise #19E4DE

Tints of Bright Turquoise #19E4DE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48%

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 5.26%
G = 48%
B = 46.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#19E4DE (or 0x19E4DE) is known color: Bright Turquoise. HEX triplet: 19, E4 and DE. RGB value is (25,228,222). Sum of RGB (Red+Green+Blue) = 25+228+222=475 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.26% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 228 - color contains mainly: green. Hex color #19E4DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19E4DE is #E61B21. Grayscale: #A6A6A6. Windows color (decimal): -15080226 or 14607385. OLE color: 14607385.

HSL color Cylindrical-coordinate representation of color #19E4DE: hue angle of 178.23º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E4DE is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 25 228 222 -
CMYK 0.89 0 0.03 0.11
HSL 178.23º 0.8% 0.5% -
HSV(B) 178.23º 0.89% 0.89% -
XYZ 41.33 60.97 78.7 -
YUV 166.62 159.25 26.99 -
System Red Green Blue C M Y K H S L
Decimal 25 228 222 0.89 0 0.03 0.11 178.23 0.8 0.5
Hex 19 E4 DE 59 0 3 B B2 50 32
Octal 31 344 336 131 0 3 13 262 120 62
Binary 11001 11100100 11011110 1011001 0 11 1011 10110010 1010000 110010

Color Harmonies of #19E4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E4DE

Black with #19E4DE

Text Example


Text Example

White with #19E4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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