Html Css Color HEX #19DEF1 Bright Turquoise

📋 copy color: '#19DEF1'

red 25 ◦ green 222 ◦ blue 241

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

Shades of Bright Turquoise #19DEF1

Tints of Bright Turquoise #19DEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.39%

R = 5.12%
G = 45.49%
B = 49.39%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#19DEF1 (or 0x19DEF1) is known color: Bright Turquoise. HEX triplet: 19, DE and F1. RGB value is (25,222,241). Sum of RGB (Red+Green+Blue) = 25+222+241=488 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.12% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #19DEF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DEF1 is #E6210E. Grayscale: #A4A4A4. Windows color (decimal): -15081743 or 15851033. OLE color: 15851033.

HSL color Cylindrical-coordinate representation of color #19DEF1: hue angle of 185.28º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DEF1 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 222 241 -
CMYK 0.90 0.08 0 0.05
HSL 185.28º 0.89% 0.52% -
HSV(B) 185.28º 0.9% 0.95% -
XYZ 42.4 58.8 92.33 -
YUV 165.26 170.73 27.96 -
System Red Green Blue C M Y K H S L
Decimal 25 222 241 0.90 0.08 0 0.05 185.28 0.89 0.52
Hex 19 DE F1 5A 8 0 5 B9 59 34
Octal 31 336 361 132 10 0 5 271 131 64
Binary 11001 11011110 11110001 1011010 1000 0 101 10111001 1011001 110100

Color Harmonies of #19DEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19DEF1

Black with #19DEF1

Text Example


Text Example

White with #19DEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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