Html Css Color HEX #19DED7 Bright Turquoise

📋 copy color: '#19DED7'

red 25 ◦ green 222 ◦ blue 215

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

Shades of Bright Turquoise #19DED7

Tints of Bright Turquoise #19DED7

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.05%

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

R = 5.41%
G = 48.05%
B = 46.54%

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

#19DED7 (or 0x19DED7) is known color: Bright Turquoise. HEX triplet: 19, DE and D7. RGB value is (25,222,215). Sum of RGB (Red+Green+Blue) = 25+222+215=462 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.41% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #19DED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DED7 is #E62128. Grayscale: #A2A2A2. Windows color (decimal): -15081769 or 14147097. OLE color: 14147097.

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

Color convert

RGB 25 222 215 -
CMYK 0.89 0 0.03 0.13
HSL 177.87º 0.8% 0.48% -
HSV(B) 177.87º 0.89% 0.87% -
XYZ 38.79 57.36 73.32 -
YUV 162.3 157.73 30.07 -
System Red Green Blue C M Y K H S L
Decimal 25 222 215 0.89 0 0.03 0.13 177.87 0.8 0.48
Hex 19 DE D7 59 0 3 D B2 50 30
Octal 31 336 327 131 0 3 15 262 120 60
Binary 11001 11011110 11010111 1011001 0 11 1101 10110010 1010000 110000

Color Harmonies of #19DED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DED7

Black with #19DED7

Text Example


Text Example

White with #19DED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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