Html Css Color HEX #14FFD4 Bright Turquoise

📋 copy color: '#14FFD4'

red 20 ◦ green 255 ◦ blue 212

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

Shades of Bright Turquoise #14FFD4

Tints of Bright Turquoise #14FFD4

RGB

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

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

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

R = 4.11%
G = 52.36%
B = 43.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#14FFD4 (or 0x14FFD4) is known color: Bright Turquoise. HEX triplet: 14, FF and D4. RGB value is (20,255,212). Sum of RGB (Red+Green+Blue) = 20+255+212=487 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.11% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFD4 is #EB002B. Grayscale: #B3B3B3. Windows color (decimal): -15401004 or 13958932. OLE color: 13958932.

HSL color Cylindrical-coordinate representation of color #14FFD4: hue angle of 169.02º 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 #14FFD4 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 20 255 212 -
CMYK 0.92 0 0.17 0
HSL 169.02º 1% 0.54% -
HSV(B) 169.02º 0.92% 1% -
XYZ 47.93 76.42 74.51 -
YUV 179.83 146.14 14 -
System Red Green Blue C M Y K H S L
Decimal 20 255 212 0.92 0 0.17 0 169.02 1 0.54
Hex 14 FF D4 5C 0 11 0 A9 64 36
Octal 24 377 324 134 0 21 0 251 144 66
Binary 10100 11111111 11010100 1011100 0 10001 0 10101001 1100100 110110

Color Harmonies of #14FFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FFD4

Black with #14FFD4

Text Example


Text Example

White with #14FFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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