Html Css Color HEX #14FFCE Bright Turquoise

📋 copy color: '#14FFCE'

red 20 ◦ green 255 ◦ blue 206

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

Shades of Bright Turquoise #14FFCE

Tints of Bright Turquoise #14FFCE

RGB

 RED value IS 20 (8.2% from 255) = 4.16%

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

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

R = 4.16%
G = 53.01%
B = 42.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#14FFCE (or 0x14FFCE) is known color: Bright Turquoise. HEX triplet: 14, FF and CE. RGB value is (20,255,206). Sum of RGB (Red+Green+Blue) = 20+255+206=481 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.16% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFCE is #EB0031. Grayscale: #B3B3B3. Windows color (decimal): -15401010 or 13565716. OLE color: 13565716.

HSL color Cylindrical-coordinate representation of color #14FFCE: hue angle of 167.49º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FFCE is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 20 255 206 -
CMYK 0.92 0 0.19 0
HSL 167.49º 1% 0.54% -
HSV(B) 167.49º 0.92% 1% -
XYZ 47.19 76.12 70.6 -
YUV 179.15 143.14 14.48 -
System Red Green Blue C M Y K H S L
Decimal 20 255 206 0.92 0 0.19 0 167.49 1 0.54
Hex 14 FF CE 5C 0 13 0 A7 64 36
Octal 24 377 316 134 0 23 0 247 144 66
Binary 10100 11111111 11001110 1011100 0 10011 0 10100111 1100100 110110

Color Harmonies of #14FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FFCE

Black with #14FFCE

Text Example


Text Example

White with #14FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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