Html Css Color HEX #14EFDD Bright Turquoise

📋 copy color: '#14EFDD'

red 20 ◦ green 239 ◦ blue 221

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

Shades of Bright Turquoise #14EFDD

Tints of Bright Turquoise #14EFDD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.79%

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 4.17%
G = 49.79%
B = 46.04%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#14EFDD (or 0x14EFDD) is known color: Bright Turquoise. HEX triplet: 14, EF and DD. RGB value is (20,239,221). Sum of RGB (Red+Green+Blue) = 20+239+221=480 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.17% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #14EFDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14EFDD is #EB1022. Grayscale: #ABABAB. Windows color (decimal): -15405091 or 14544660. OLE color: 14544660.

HSL color Cylindrical-coordinate representation of color #14EFDD: hue angle of 175.07º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EFDD is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 239 221 -
CMYK 0.92 0 0.08 0.06
HSL 175.07º 0.87% 0.51% -
HSV(B) 175.07º 0.92% 0.94% -
XYZ 44.21 67.1 79.03 -
YUV 171.47 155.95 19.96 -
System Red Green Blue C M Y K H S L
Decimal 20 239 221 0.92 0 0.08 0.06 175.07 0.87 0.51
Hex 14 EF DD 5C 0 8 6 AF 57 33
Octal 24 357 335 134 0 10 6 257 127 63
Binary 10100 11101111 11011101 1011100 0 1000 110 10101111 1010111 110011

Color Harmonies of #14EFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EFDD

Black with #14EFDD

Text Example


Text Example

White with #14EFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,239,221); }

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

background-color css

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

 a { background-color: rgb(20,239,221); }

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

border-color css

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

 span { border-color: rgb(20,239,221); }

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