Html Css Color HEX #14DDCD Bright Turquoise

📋 copy color: '#14DDCD'

red 20 ◦ green 221 ◦ blue 205

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

Shades of Bright Turquoise #14DDCD

Tints of Bright Turquoise #14DDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.55%

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

R = 4.48%
G = 49.55%
B = 45.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#14DDCD (or 0x14DDCD) is known color: Bright Turquoise. HEX triplet: 14, DD and CD. RGB value is (20,221,205). Sum of RGB (Red+Green+Blue) = 20+221+205=446 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.48% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #14DDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DDCD is #EB2232. Grayscale: #9E9E9E. Windows color (decimal): -15409715 or 13491476. OLE color: 13491476.

HSL color Cylindrical-coordinate representation of color #14DDCD: hue angle of 175.22º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DDCD is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 221 205 -
CMYK 0.91 0 0.07 0.13
HSL 175.22º 0.83% 0.47% -
HSV(B) 175.22º 0.91% 0.87% -
XYZ 37.16 56.27 66.66 -
YUV 159.08 153.91 28.8 -
System Red Green Blue C M Y K H S L
Decimal 20 221 205 0.91 0 0.07 0.13 175.22 0.83 0.47
Hex 14 DD CD 5B 0 7 D AF 53 2F
Octal 24 335 315 133 0 7 15 257 123 57
Binary 10100 11011101 11001101 1011011 0 111 1101 10101111 1010011 101111

Color Harmonies of #14DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DDCD

Black with #14DDCD

Text Example


Text Example

White with #14DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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