Html Css Color HEX #14CDD5 Dark Turquoise

📋 copy color: '#14CDD5'

red 20 ◦ green 205 ◦ blue 213

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

Shades of Dark Turquoise #14CDD5

Tints of Dark Turquoise #14CDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.8%

 BLUE value IS 213 (83.59% from 255) = 48.63%

R = 4.57%
G = 46.8%
B = 48.63%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#14CDD5 (or 0x14CDD5) is known color: Dark Turquoise. HEX triplet: 14, CD and D5. RGB value is (20,205,213). Sum of RGB (Red+Green+Blue) = 20+205+213=438 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.57% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #14CDD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CDD5 is #EB322A. Grayscale: #969696. Windows color (decimal): -15413803 or 14011668. OLE color: 14011668.

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

Color convert

RGB 20 205 213 -
CMYK 0.91 0.04 0 0.16
HSL 182.49º 0.83% 0.46% -
HSV(B) 182.49º 0.91% 0.84% -
XYZ 34.13 48.62 70.54 -
YUV 150.6 163.21 34.85 -
System Red Green Blue C M Y K H S L
Decimal 20 205 213 0.91 0.04 0 0.16 182.49 0.83 0.46
Hex 14 CD D5 5B 4 0 10 B6 53 2E
Octal 24 315 325 133 4 0 20 266 123 56
Binary 10100 11001101 11010101 1011011 100 0 10000 10110110 1010011 101110

Color Harmonies of #14CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CDD5

Black with #14CDD5

Text Example


Text Example

White with #14CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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