Html Css Color HEX #19FFCE Bright Turquoise

📋 copy color: '#19FFCE'

red 25 ◦ green 255 ◦ blue 206

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

Shades of Bright Turquoise #19FFCE

Tints of Bright Turquoise #19FFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 5.14%
G = 52.47%
B = 42.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#19FFCE (or 0x19FFCE) is known color: Bright Turquoise. HEX triplet: 19, FF and CE. RGB value is (25,255,206). Sum of RGB (Red+Green+Blue) = 25+255+206=486 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.14% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #19FFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FFCE is #E60031. Grayscale: #B4B4B4. Windows color (decimal): -15073330 or 13565721. OLE color: 13565721.

HSL color Cylindrical-coordinate representation of color #19FFCE: hue angle of 167.22º 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 #19FFCE is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 25 255 206 -
CMYK 0.90 0 0.19 0
HSL 167.22º 1% 0.55% -
HSV(B) 167.22º 0.9% 1% -
XYZ 47.3 76.18 70.6 -
YUV 180.64 142.3 16.98 -
System Red Green Blue C M Y K H S L
Decimal 25 255 206 0.90 0 0.19 0 167.22 1 0.55
Hex 19 FF CE 5A 0 13 0 A7 64 37
Octal 31 377 316 132 0 23 0 247 144 67
Binary 11001 11111111 11001110 1011010 0 10011 0 10100111 1100100 110111

Color Harmonies of #19FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FFCE

Black with #19FFCE

Text Example


Text Example

White with #19FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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