Html Css Color HEX #19E9D4 Bright Turquoise

📋 copy color: '#19E9D4'

red 25 ◦ green 233 ◦ blue 212

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

Shades of Bright Turquoise #19E9D4

Tints of Bright Turquoise #19E9D4

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.57%

 BLUE value IS 212 (83.2% from 255) = 45.11%

R = 5.32%
G = 49.57%
B = 45.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#19E9D4 (or 0x19E9D4) is known color: Bright Turquoise. HEX triplet: 19, E9 and D4. RGB value is (25,233,212). Sum of RGB (Red+Green+Blue) = 25+233+212=470 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.32% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #19E9D4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19E9D4 is #E6162B. Grayscale: #A8A8A8. Windows color (decimal): -15078956 or 13953305. OLE color: 13953305.

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

Color convert

RGB 25 233 212 -
CMYK 0.89 0 0.09 0.09
HSL 173.94º 0.83% 0.51% -
HSV(B) 173.94º 0.89% 0.91% -
XYZ 41.42 63.24 72.31 -
YUV 168.41 152.59 25.71 -
System Red Green Blue C M Y K H S L
Decimal 25 233 212 0.89 0 0.09 0.09 173.94 0.83 0.51
Hex 19 E9 D4 59 0 9 9 AE 53 33
Octal 31 351 324 131 0 11 11 256 123 63
Binary 11001 11101001 11010100 1011001 0 1001 1001 10101110 1010011 110011

Color Harmonies of #19E9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19E9D4

Black with #19E9D4

Text Example


Text Example

White with #19E9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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