Html Css Color HEX #14F7DC Bright Turquoise

📋 copy color: '#14F7DC'

red 20 ◦ green 247 ◦ blue 220

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

Shades of Bright Turquoise #14F7DC

Tints of Bright Turquoise #14F7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.72%

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 4.11%
G = 50.72%
B = 45.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#14F7DC (or 0x14F7DC) is known color: Bright Turquoise. HEX triplet: 14, F7 and DC. RGB value is (20,247,220). Sum of RGB (Red+Green+Blue) = 20+247+220=487 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.11% from 487); Green value is 247 (96.88% from 255 or 50.72% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 247 - color contains mainly: green. Hex color #14F7DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F7DC is #EB0823. Grayscale: #AFAFAF. Windows color (decimal): -15403044 or 14481172. OLE color: 14481172.

HSL color Cylindrical-coordinate representation of color #14F7DC: hue angle of 172.86º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F7DC is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 20 247 220 -
CMYK 0.92 0 0.11 0.03
HSL 172.86º 0.93% 0.52% -
HSV(B) 172.86º 0.92% 0.97% -
XYZ 46.47 71.84 79.13 -
YUV 176.05 152.79 16.7 -
System Red Green Blue C M Y K H S L
Decimal 20 247 220 0.92 0 0.11 0.03 172.86 0.93 0.52
Hex 14 F7 DC 5C 0 B 3 AD 5D 34
Octal 24 367 334 134 0 13 3 255 135 64
Binary 10100 11110111 11011100 1011100 0 1011 11 10101101 1011101 110100

Color Harmonies of #14F7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F7DC

Black with #14F7DC

Text Example


Text Example

White with #14F7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,247,220); }

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

background-color css

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

 a { background-color: rgb(20,247,220); }

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

border-color css

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

 span { border-color: rgb(20,247,220); }

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