Html Css Color HEX #14ECDF Bright Turquoise

📋 copy color: '#14ECDF'

red 20 ◦ green 236 ◦ blue 223

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

Shades of Bright Turquoise #14ECDF

Tints of Bright Turquoise #14ECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 4.18%
G = 49.27%
B = 46.56%

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

#14ECDF (or 0x14ECDF) is known color: Bright Turquoise. HEX triplet: 14, EC and DF. RGB value is (20,236,223). Sum of RGB (Red+Green+Blue) = 20+236+223=479 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.18% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #14ECDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14ECDF is #EB1320. Grayscale: #A9A9A9. Windows color (decimal): -15405857 or 14674964. OLE color: 14674964.

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

Color convert

RGB 20 236 223 -
CMYK 0.92 0 0.06 0.07
HSL 176.39º 0.85% 0.5% -
HSV(B) 176.39º 0.92% 0.93% -
XYZ 43.6 65.47 80.15 -
YUV 169.93 157.94 21.06 -
System Red Green Blue C M Y K H S L
Decimal 20 236 223 0.92 0 0.06 0.07 176.39 0.85 0.5
Hex 14 EC DF 5C 0 6 7 B0 55 32
Octal 24 354 337 134 0 6 7 260 125 62
Binary 10100 11101100 11011111 1011100 0 110 111 10110000 1010101 110010

Color Harmonies of #14ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ECDF

Black with #14ECDF

Text Example


Text Example

White with #14ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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