Html Css Color HEX #14D9DF Bright Turquoise

📋 copy color: '#14D9DF'

red 20 ◦ green 217 ◦ blue 223

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

Shades of Bright Turquoise #14D9DF

Tints of Bright Turquoise #14D9DF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.17%

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

R = 4.35%
G = 47.17%
B = 48.48%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#14D9DF (or 0x14D9DF) is known color: Bright Turquoise. HEX triplet: 14, D9 and DF. RGB value is (20,217,223). Sum of RGB (Red+Green+Blue) = 20+217+223=460 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.35% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #14D9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D9DF is #EB2620. Grayscale: #9E9E9E. Windows color (decimal): -15410721 or 14670100. OLE color: 14670100.

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

Color convert

RGB 20 217 223 -
CMYK 0.91 0.03 0 0.13
HSL 181.77º 0.84% 0.48% -
HSV(B) 181.77º 0.91% 0.87% -
XYZ 38.42 55.1 78.42 -
YUV 158.78 164.23 29.01 -
System Red Green Blue C M Y K H S L
Decimal 20 217 223 0.91 0.03 0 0.13 181.77 0.84 0.48
Hex 14 D9 DF 5B 3 0 D B6 54 30
Octal 24 331 337 133 3 0 15 266 124 60
Binary 10100 11011001 11011111 1011011 11 0 1101 10110110 1010100 110000

Color Harmonies of #14D9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D9DF

Black with #14D9DF

Text Example


Text Example

White with #14D9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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