Html Css Color HEX #19DFF7 Bright Turquoise

📋 copy color: '#19DFF7'

red 25 ◦ green 223 ◦ blue 247

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

Shades of Bright Turquoise #19DFF7

Tints of Bright Turquoise #19DFF7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.05%

 BLUE value IS 247 (96.88% from 255) = 49.9%

R = 5.05%
G = 45.05%
B = 49.9%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#19DFF7 (or 0x19DFF7) is known color: Bright Turquoise. HEX triplet: 19, DF and F7. RGB value is (25,223,247). Sum of RGB (Red+Green+Blue) = 25+223+247=495 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.05% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #19DFF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DFF7 is #E62008. Grayscale: #A6A6A6. Windows color (decimal): -15081481 or 16244505. OLE color: 16244505.

HSL color Cylindrical-coordinate representation of color #19DFF7: hue angle of 186.49º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DFF7 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 25 223 247 -
CMYK 0.90 0.10 0 0.03
HSL 186.49º 0.93% 0.53% -
HSV(B) 186.49º 0.9% 0.97% -
XYZ 43.58 59.7 97.22 -
YUV 166.53 173.4 27.05 -
System Red Green Blue C M Y K H S L
Decimal 25 223 247 0.90 0.10 0 0.03 186.49 0.93 0.53
Hex 19 DF F7 5A A 0 3 BA 5D 35
Octal 31 337 367 132 12 0 3 272 135 65
Binary 11001 11011111 11110111 1011010 1010 0 11 10111010 1011101 110101

Color Harmonies of #19DFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DFF7

Black with #19DFF7

Text Example


Text Example

White with #19DFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,223,247); }

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

background-color css

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

 a { background-color: rgb(25,223,247); }

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

border-color css

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

 span { border-color: rgb(25,223,247); }

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