Html Css Color HEX #14D5CF Dark Turquoise

📋 copy color: '#14D5CF'

red 20 ◦ green 213 ◦ blue 207

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

Shades of Dark Turquoise #14D5CF

Tints of Dark Turquoise #14D5CF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.41%

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 4.55%
G = 48.41%
B = 47.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#14D5CF (or 0x14D5CF) is known color: Dark Turquoise. HEX triplet: 14, D5 and CF. RGB value is (20,213,207). Sum of RGB (Red+Green+Blue) = 20+213+207=440 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.55% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #14D5CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D5CF is #EB2A30. Grayscale: #9A9A9A. Windows color (decimal): -15411761 or 13620500. OLE color: 13620500.

HSL color Cylindrical-coordinate representation of color #14D5CF: hue angle of 178.13º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D5CF is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 213 207 -
CMYK 0.91 0 0.03 0.16
HSL 178.13º 0.83% 0.46% -
HSV(B) 178.13º 0.91% 0.84% -
XYZ 35.35 52.24 67.25 -
YUV 154.61 157.56 31.99 -
System Red Green Blue C M Y K H S L
Decimal 20 213 207 0.91 0 0.03 0.16 178.13 0.83 0.46
Hex 14 D5 CF 5B 0 3 10 B2 53 2E
Octal 24 325 317 133 0 3 20 262 123 56
Binary 10100 11010101 11001111 1011011 0 11 10000 10110010 1010011 101110

Color Harmonies of #14D5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D5CF

Black with #14D5CF

Text Example


Text Example

White with #14D5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,213,207); }

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

background-color css

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

 a { background-color: rgb(20,213,207); }

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

border-color css

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

 span { border-color: rgb(20,213,207); }

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