Html Css Color HEX #14DFCD Bright Turquoise

📋 copy color: '#14DFCD'

red 20 ◦ green 223 ◦ blue 205

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

Shades of Bright Turquoise #14DFCD

Tints of Bright Turquoise #14DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.78%

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

R = 4.46%
G = 49.78%
B = 45.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#14DFCD (or 0x14DFCD) is known color: Bright Turquoise. HEX triplet: 14, DF and CD. RGB value is (20,223,205). Sum of RGB (Red+Green+Blue) = 20+223+205=448 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.46% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #14DFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DFCD is #EB2032. Grayscale: #A0A0A0. Windows color (decimal): -15409203 or 13491988. OLE color: 13491988.

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

Color convert

RGB 20 223 205 -
CMYK 0.91 0 0.08 0.13
HSL 174.68º 0.84% 0.48% -
HSV(B) 174.68º 0.91% 0.87% -
XYZ 37.7 57.33 66.84 -
YUV 160.25 153.25 27.96 -
System Red Green Blue C M Y K H S L
Decimal 20 223 205 0.91 0 0.08 0.13 174.68 0.84 0.48
Hex 14 DF CD 5B 0 8 D AF 54 30
Octal 24 337 315 133 0 10 15 257 124 60
Binary 10100 11011111 11001101 1011011 0 1000 1101 10101111 1010100 110000

Color Harmonies of #14DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DFCD

Black with #14DFCD

Text Example


Text Example

White with #14DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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