Html Css Color HEX #19DDE7 Bright Turquoise

📋 copy color: '#19DDE7'

red 25 ◦ green 221 ◦ blue 231

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

Shades of Bright Turquoise #19DDE7

Tints of Bright Turquoise #19DDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.43%

R = 5.24%
G = 46.33%
B = 48.43%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#19DDE7 (or 0x19DDE7) is known color: Bright Turquoise. HEX triplet: 19, DD and E7. RGB value is (25,221,231). Sum of RGB (Red+Green+Blue) = 25+221+231=477 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.24% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #19DDE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DDE7 is #E62218. Grayscale: #A3A3A3. Windows color (decimal): -15082009 or 15195417. OLE color: 15195417.

HSL color Cylindrical-coordinate representation of color #19DDE7: hue angle of 182.91º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DDE7 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 221 231 -
CMYK 0.89 0.04 0 0.09
HSL 182.91º 0.81% 0.5% -
HSV(B) 182.91º 0.89% 0.91% -
XYZ 40.68 57.69 84.59 -
YUV 163.54 166.07 29.19 -
System Red Green Blue C M Y K H S L
Decimal 25 221 231 0.89 0.04 0 0.09 182.91 0.81 0.5
Hex 19 DD E7 59 4 0 9 B7 51 32
Octal 31 335 347 131 4 0 11 267 121 62
Binary 11001 11011101 11100111 1011001 100 0 1001 10110111 1010001 110010

Color Harmonies of #19DDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DDE7

Black with #19DDE7

Text Example


Text Example

White with #19DDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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