Html Css Color HEX #19DDD6 Bright Turquoise

📋 copy color: '#19DDD6'

red 25 ◦ green 221 ◦ blue 214

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

Shades of Bright Turquoise #19DDD6

Tints of Bright Turquoise #19DDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.52%

R = 5.43%
G = 48.04%
B = 46.52%

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

#19DDD6 (or 0x19DDD6) is known color: Bright Turquoise. HEX triplet: 19, DD and D6. RGB value is (25,221,214). Sum of RGB (Red+Green+Blue) = 25+221+214=460 (60% of max value = 765). Red value is 25 (10.16% from 255 or 5.43% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #19DDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DDD6 is #E62229. Grayscale: #A1A1A1. Windows color (decimal): -15082026 or 14081305. OLE color: 14081305.

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

Color convert

RGB 25 221 214 -
CMYK 0.89 0 0.03 0.13
HSL 177.86º 0.8% 0.48% -
HSV(B) 177.86º 0.89% 0.87% -
XYZ 38.39 56.77 72.55 -
YUV 161.6 157.57 30.57 -
System Red Green Blue C M Y K H S L
Decimal 25 221 214 0.89 0 0.03 0.13 177.86 0.8 0.48
Hex 19 DD D6 59 0 3 D B2 50 30
Octal 31 335 326 131 0 3 15 262 120 60
Binary 11001 11011101 11010110 1011001 0 11 1101 10110010 1010000 110000

Color Harmonies of #19DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DDD6

Black with #19DDD6

Text Example


Text Example

White with #19DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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