Html Css Color HEX #14CED7 Dark Turquoise

📋 copy color: '#14CED7'

red 20 ◦ green 206 ◦ blue 215

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

Shades of Dark Turquoise #14CED7

Tints of Dark Turquoise #14CED7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.71%

 BLUE value IS 215 (84.38% from 255) = 48.75%

R = 4.54%
G = 46.71%
B = 48.75%

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

#14CED7 (or 0x14CED7) is known color: Dark Turquoise. HEX triplet: 14, CE and D7. RGB value is (20,206,215). Sum of RGB (Red+Green+Blue) = 20+206+215=441 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.54% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 215 - color contains mainly: blue. Hex color #14CED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CED7 is #EB3128. Grayscale: #979797. Windows color (decimal): -15413545 or 14142996. OLE color: 14142996.

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

Color convert

RGB 20 206 215 -
CMYK 0.91 0.04 0 0.16
HSL 182.77º 0.83% 0.46% -
HSV(B) 182.77º 0.91% 0.84% -
XYZ 34.63 49.2 71.96 -
YUV 151.41 163.88 34.27 -
System Red Green Blue C M Y K H S L
Decimal 20 206 215 0.91 0.04 0 0.16 182.77 0.83 0.46
Hex 14 CE D7 5B 4 0 10 B7 53 2E
Octal 24 316 327 133 4 0 20 267 123 56
Binary 10100 11001110 11010111 1011011 100 0 10000 10110111 1010011 101110

Color Harmonies of #14CED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CED7

Black with #14CED7

Text Example


Text Example

White with #14CED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,206,215); }

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

background-color css

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

 a { background-color: rgb(20,206,215); }

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

border-color css

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

 span { border-color: rgb(20,206,215); }

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