Html Css Color HEX #14ECDD Bright Turquoise

📋 copy color: '#14ECDD'

red 20 ◦ green 236 ◦ blue 221

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

Shades of Bright Turquoise #14ECDD

Tints of Bright Turquoise #14ECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.48%

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

R = 4.19%
G = 49.48%
B = 46.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#14ECDD (or 0x14ECDD) is known color: Bright Turquoise. HEX triplet: 14, EC and DD. RGB value is (20,236,221). Sum of RGB (Red+Green+Blue) = 20+236+221=477 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.19% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #14ECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14ECDD is #EB1322. Grayscale: #A9A9A9. Windows color (decimal): -15405859 or 14543892. OLE color: 14543892.

HSL color Cylindrical-coordinate representation of color #14ECDD: hue angle of 175.83º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ECDD is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 236 221 -
CMYK 0.92 0 0.06 0.07
HSL 175.83º 0.85% 0.5% -
HSV(B) 175.83º 0.92% 0.93% -
XYZ 43.34 65.36 78.74 -
YUV 169.71 156.94 21.22 -
System Red Green Blue C M Y K H S L
Decimal 20 236 221 0.92 0 0.06 0.07 175.83 0.85 0.5
Hex 14 EC DD 5C 0 6 7 B0 55 32
Octal 24 354 335 134 0 6 7 260 125 62
Binary 10100 11101100 11011101 1011100 0 110 111 10110000 1010101 110010

Color Harmonies of #14ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ECDD

Black with #14ECDD

Text Example


Text Example

White with #14ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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