Html Css Color HEX #19DDD7 Bright Turquoise

📋 copy color: '#19DDD7'

red 25 ◦ green 221 ◦ blue 215

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

Shades of Bright Turquoise #19DDD7

Tints of Bright Turquoise #19DDD7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.94%

 BLUE value IS 215 (84.38% from 255) = 46.64%

R = 5.42%
G = 47.94%
B = 46.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#19DDD7 (or 0x19DDD7) is known color: Bright Turquoise. HEX triplet: 19, DD and D7. RGB value is (25,221,215). Sum of RGB (Red+Green+Blue) = 25+221+215=461 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.42% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DDD7 is #E62228. Grayscale: #A1A1A1. Windows color (decimal): -15082025 or 14146841. OLE color: 14146841.

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

Color convert

RGB 25 221 215 -
CMYK 0.89 0 0.03 0.13
HSL 178.16º 0.8% 0.48% -
HSV(B) 178.16º 0.89% 0.87% -
XYZ 38.52 56.83 73.23 -
YUV 161.71 158.07 30.49 -
System Red Green Blue C M Y K H S L
Decimal 25 221 215 0.89 0 0.03 0.13 178.16 0.8 0.48
Hex 19 DD D7 59 0 3 D B2 50 30
Octal 31 335 327 131 0 3 15 262 120 60
Binary 11001 11011101 11010111 1011001 0 11 1101 10110010 1010000 110000

Color Harmonies of #19DDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DDD7

Black with #19DDD7

Text Example


Text Example

White with #19DDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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