Html Css Color HEX #19FFD4 Bright Turquoise

📋 copy color: '#19FFD4'

red 25 ◦ green 255 ◦ blue 212

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

Shades of Bright Turquoise #19FFD4

Tints of Bright Turquoise #19FFD4

RGB

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

 GREEN value IS 255 (100% from 255) = 51.83%

 BLUE value IS 212 (83.2% from 255) = 43.09%

R = 5.08%
G = 51.83%
B = 43.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#19FFD4 (or 0x19FFD4) is known color: Bright Turquoise. HEX triplet: 19, FF and D4. RGB value is (25,255,212). Sum of RGB (Red+Green+Blue) = 25+255+212=492 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.08% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #19FFD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FFD4 is #E6002B. Grayscale: #B5B5B5. Windows color (decimal): -15073324 or 13958937. OLE color: 13958937.

HSL color Cylindrical-coordinate representation of color #19FFD4: hue angle of 168.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FFD4 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 25 255 212 -
CMYK 0.90 0 0.17 0
HSL 168.78º 1% 0.55% -
HSV(B) 168.78º 0.9% 1% -
XYZ 48.04 76.48 74.52 -
YUV 181.33 145.3 16.5 -
System Red Green Blue C M Y K H S L
Decimal 25 255 212 0.90 0 0.17 0 168.78 1 0.55
Hex 19 FF D4 5A 0 11 0 A9 64 37
Octal 31 377 324 132 0 21 0 251 144 67
Binary 11001 11111111 11010100 1011010 0 10001 0 10101001 1100100 110111

Color Harmonies of #19FFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FFD4

Black with #19FFD4

Text Example


Text Example

White with #19FFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,255,212); }

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

background-color css

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

 a { background-color: rgb(25,255,212); }

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

border-color css

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

 span { border-color: rgb(25,255,212); }

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