Html Css Color HEX #14ECCD Bright Turquoise

📋 copy color: '#14ECCD'

red 20 ◦ green 236 ◦ blue 205

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

Shades of Bright Turquoise #14ECCD

Tints of Bright Turquoise #14ECCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 4.34%
G = 51.19%
B = 44.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#14ECCD (or 0x14ECCD) is known color: Bright Turquoise. HEX triplet: 14, EC and CD. RGB value is (20,236,205). Sum of RGB (Red+Green+Blue) = 20+236+205=461 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.34% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #14ECCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14ECCD is #EB1332. Grayscale: #A7A7A7. Windows color (decimal): -15405875 or 13495316. OLE color: 13495316.

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

Color convert

RGB 20 236 205 -
CMYK 0.92 0 0.13 0.07
HSL 171.39º 0.85% 0.5% -
HSV(B) 171.39º 0.92% 0.93% -
XYZ 41.3 64.55 68.04 -
YUV 167.88 148.94 22.52 -
System Red Green Blue C M Y K H S L
Decimal 20 236 205 0.92 0 0.13 0.07 171.39 0.85 0.5
Hex 14 EC CD 5C 0 D 7 AB 55 32
Octal 24 354 315 134 0 15 7 253 125 62
Binary 10100 11101100 11001101 1011100 0 1101 111 10101011 1010101 110010

Color Harmonies of #14ECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ECCD

Black with #14ECCD

Text Example


Text Example

White with #14ECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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