Html Css Color HEX #19EBDD Bright Turquoise

📋 copy color: '#19EBDD'

red 25 ◦ green 235 ◦ blue 221

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

Shades of Bright Turquoise #19EBDD

Tints of Bright Turquoise #19EBDD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.86%

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 5.2%
G = 48.86%
B = 45.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#19EBDD (or 0x19EBDD) is known color: Bright Turquoise. HEX triplet: 19, EB and DD. RGB value is (25,235,221). Sum of RGB (Red+Green+Blue) = 25+235+221=481 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.20% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #19EBDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EBDD is #E61422. Grayscale: #AAAAAA. Windows color (decimal): -15078435 or 14543641. OLE color: 14543641.

HSL color Cylindrical-coordinate representation of color #19EBDD: hue angle of 176º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19EBDD is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 235 221 -
CMYK 0.89 0 0.06 0.08
HSL 176º 0.84% 0.51% -
HSV(B) 176º 0.89% 0.92% -
XYZ 43.16 64.84 78.65 -
YUV 170.61 156.43 24.14 -
System Red Green Blue C M Y K H S L
Decimal 25 235 221 0.89 0 0.06 0.08 176 0.84 0.51
Hex 19 EB DD 59 0 6 8 B0 54 33
Octal 31 353 335 131 0 6 10 260 124 63
Binary 11001 11101011 11011101 1011001 0 110 1000 10110000 1010100 110011

Color Harmonies of #19EBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19EBDD

Black with #19EBDD

Text Example


Text Example

White with #19EBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,235,221); }

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

background-color css

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

 a { background-color: rgb(25,235,221); }

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

border-color css

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

 span { border-color: rgb(25,235,221); }

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