Html Css Color HEX #14DDC9 Bright Turquoise

📋 copy color: '#14DDC9'

red 20 ◦ green 221 ◦ blue 201

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

Shades of Bright Turquoise #14DDC9

Tints of Bright Turquoise #14DDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.48%

R = 4.52%
G = 50%
B = 45.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#14DDC9 (or 0x14DDC9) is known color: Bright Turquoise. HEX triplet: 14, DD and C9. RGB value is (20,221,201). Sum of RGB (Red+Green+Blue) = 20+221+201=442 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.52% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #14DDC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DDC9 is #EB2236. Grayscale: #9E9E9E. Windows color (decimal): -15409719 or 13229332. OLE color: 13229332.

HSL color Cylindrical-coordinate representation of color #14DDC9: hue angle of 174.03º 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 #14DDC9 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 221 201 -
CMYK 0.91 0 0.09 0.13
HSL 174.03º 0.83% 0.47% -
HSV(B) 174.03º 0.91% 0.87% -
XYZ 36.69 56.08 64.15 -
YUV 158.62 151.91 29.13 -
System Red Green Blue C M Y K H S L
Decimal 20 221 201 0.91 0 0.09 0.13 174.03 0.83 0.47
Hex 14 DD C9 5B 0 9 D AE 53 2F
Octal 24 335 311 133 0 11 15 256 123 57
Binary 10100 11011101 11001001 1011011 0 1001 1101 10101110 1010011 101111

Color Harmonies of #14DDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DDC9

Black with #14DDC9

Text Example


Text Example

White with #14DDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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