Html Css Color HEX #14FECF Bright Turquoise

📋 copy color: '#14FECF'

red 20 ◦ green 254 ◦ blue 207

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

Shades of Bright Turquoise #14FECF

Tints of Bright Turquoise #14FECF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.81%

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 4.16%
G = 52.81%
B = 43.04%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#14FECF (or 0x14FECF) is known color: Bright Turquoise. HEX triplet: 14, FE and CF. RGB value is (20,254,207). Sum of RGB (Red+Green+Blue) = 20+254+207=481 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.16% from 481); Green value is 254 (99.61% from 255 or 52.81% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 254 - color contains mainly: green. Hex color #14FECF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FECF is #EB0130. Grayscale: #B2B2B2. Windows color (decimal): -15401265 or 13630996. OLE color: 13630996.

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

Color convert

RGB 20 254 207 -
CMYK 0.92 0 0.19 0.00
HSL 167.95º 0.99% 0.54% -
HSV(B) 167.95º 0.92% 1% -
XYZ 46.99 75.54 71.13 -
YUV 178.68 143.98 14.82 -
System Red Green Blue C M Y K H S L
Decimal 20 254 207 0.92 0 0.19 0.00 167.95 0.99 0.54
Hex 14 FE CF 5C 0 13 0 A8 63 36
Octal 24 376 317 134 0 23 0 250 143 66
Binary 10100 11111110 11001111 1011100 0 10011 0 10101000 1100011 110110

Color Harmonies of #14FECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FECF

Black with #14FECF

Text Example


Text Example

White with #14FECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,254,207); }

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

background-color css

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

 a { background-color: rgb(20,254,207); }

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

border-color css

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

 span { border-color: rgb(20,254,207); }

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