Html Css Color HEX #14C1DC Dark Turquoise

📋 copy color: '#14C1DC'

red 20 ◦ green 193 ◦ blue 220

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

Shades of Dark Turquoise #14C1DC

Tints of Dark Turquoise #14C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.57%

 BLUE value IS 220 (86.33% from 255) = 50.81%

R = 4.62%
G = 44.57%
B = 50.81%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14C1DC (or 0x14C1DC) is known color: Dark Turquoise. HEX triplet: 14, C1 and DC. RGB value is (20,193,220). Sum of RGB (Red+Green+Blue) = 20+193+220=433 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.62% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #14C1DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C1DC is #EB3E23. Grayscale: #909090. Windows color (decimal): -15416868 or 14467348. OLE color: 14467348.

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

Color convert

RGB 20 193 220 -
CMYK 0.91 0.12 0 0.14
HSL 188.1º 0.83% 0.47% -
HSV(B) 188.1º 0.91% 0.86% -
XYZ 32.28 43.46 74.4 -
YUV 144.35 170.69 39.3 -
System Red Green Blue C M Y K H S L
Decimal 20 193 220 0.91 0.12 0 0.14 188.1 0.83 0.47
Hex 14 C1 DC 5B C 0 E BC 53 2F
Octal 24 301 334 133 14 0 16 274 123 57
Binary 10100 11000001 11011100 1011011 1100 0 1110 10111100 1010011 101111

Color Harmonies of #14C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C1DC

Black with #14C1DC

Text Example


Text Example

White with #14C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,193,220); }

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

background-color css

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

 a { background-color: rgb(20,193,220); }

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

border-color css

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

 span { border-color: rgb(20,193,220); }

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