Html Css Color HEX #19DDEE Bright Turquoise

📋 copy color: '#19DDEE'

red 25 ◦ green 221 ◦ blue 238

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

Shades of Bright Turquoise #19DDEE

Tints of Bright Turquoise #19DDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.17%

R = 5.17%
G = 45.66%
B = 49.17%

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

#19DDEE (or 0x19DDEE) is known color: Bright Turquoise. HEX triplet: 19, DD and EE. RGB value is (25,221,238). Sum of RGB (Red+Green+Blue) = 25+221+238=484 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.17% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #19DDEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DDEE is #E62211. Grayscale: #A4A4A4. Windows color (decimal): -15082002 or 15654169. OLE color: 15654169.

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

Color convert

RGB 25 221 238 -
CMYK 0.89 0.07 0 0.07
HSL 184.79º 0.86% 0.52% -
HSV(B) 184.79º 0.89% 0.93% -
XYZ 41.69 58.09 89.9 -
YUV 164.33 169.57 28.62 -
System Red Green Blue C M Y K H S L
Decimal 25 221 238 0.89 0.07 0 0.07 184.79 0.86 0.52
Hex 19 DD EE 59 7 0 7 B9 56 34
Octal 31 335 356 131 7 0 7 271 126 64
Binary 11001 11011101 11101110 1011001 111 0 111 10111001 1010110 110100

Color Harmonies of #19DDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DDEE

Black with #19DDEE

Text Example


Text Example

White with #19DDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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