Html Css Color HEX #19DDED Bright Turquoise

📋 copy color: '#19DDED'

red 25 ◦ green 221 ◦ blue 237

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

Shades of Bright Turquoise #19DDED

Tints of Bright Turquoise #19DDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 5.18%
G = 45.76%
B = 49.07%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#19DDED (or 0x19DDED) is known color: Bright Turquoise. HEX triplet: 19, DD and ED. RGB value is (25,221,237). Sum of RGB (Red+Green+Blue) = 25+221+237=483 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.18% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #19DDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DDED is #E62212. Grayscale: #A3A3A3. Windows color (decimal): -15082003 or 15588633. OLE color: 15588633.

HSL color Cylindrical-coordinate representation of color #19DDED: hue angle of 184.53º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DDED is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 221 237 -
CMYK 0.89 0.07 0 0.07
HSL 184.53º 0.85% 0.51% -
HSV(B) 184.53º 0.89% 0.93% -
XYZ 41.54 58.03 89.13 -
YUV 164.22 169.07 28.7 -
System Red Green Blue C M Y K H S L
Decimal 25 221 237 0.89 0.07 0 0.07 184.53 0.85 0.51
Hex 19 DD ED 59 7 0 7 B9 55 33
Octal 31 335 355 131 7 0 7 271 125 63
Binary 11001 11011101 11101101 1011001 111 0 111 10111001 1010101 110011

Color Harmonies of #19DDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DDED

Black with #19DDED

Text Example


Text Example

White with #19DDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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