Html Css Color HEX #19DEF8 Bright Turquoise

📋 copy color: '#19DEF8'

red 25 ◦ green 222 ◦ blue 248

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

Shades of Bright Turquoise #19DEF8

Tints of Bright Turquoise #19DEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.1%

R = 5.05%
G = 44.85%
B = 50.1%

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

#19DEF8 (or 0x19DEF8) is known color: Bright Turquoise. HEX triplet: 19, DE and F8. RGB value is (25,222,248). Sum of RGB (Red+Green+Blue) = 25+222+248=495 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.05% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #19DEF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DEF8 is #E62107. Grayscale: #A5A5A5. Windows color (decimal): -15081736 or 16309785. OLE color: 16309785.

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

Color convert

RGB 25 222 248 -
CMYK 0.90 0.10 0 0.03
HSL 187º 0.94% 0.54% -
HSV(B) 187º 0.9% 0.97% -
XYZ 43.47 59.23 97.95 -
YUV 166.06 174.23 27.39 -
System Red Green Blue C M Y K H S L
Decimal 25 222 248 0.90 0.10 0 0.03 187 0.94 0.54
Hex 19 DE F8 5A A 0 3 BB 5E 36
Octal 31 336 370 132 12 0 3 273 136 66
Binary 11001 11011110 11111000 1011010 1010 0 11 10111011 1011110 110110

Color Harmonies of #19DEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DEF8

Black with #19DEF8

Text Example


Text Example

White with #19DEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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