Html Css Color HEX #14D6DB Bright Turquoise

📋 copy color: '#14D6DB'

red 20 ◦ green 214 ◦ blue 219

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

Shades of Bright Turquoise #14D6DB

Tints of Bright Turquoise #14D6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.24%

 BLUE value IS 219 (85.94% from 255) = 48.34%

R = 4.42%
G = 47.24%
B = 48.34%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14D6DB (or 0x14D6DB) is known color: Bright Turquoise. HEX triplet: 14, D6 and DB. RGB value is (20,214,219). Sum of RGB (Red+Green+Blue) = 20+214+219=453 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #14D6DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14D6DB is #EB2924. Grayscale: #9C9C9C. Windows color (decimal): -15411493 or 14407188. OLE color: 14407188.

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

Color convert

RGB 20 214 219 -
CMYK 0.91 0.02 0 0.14
HSL 181.51º 0.83% 0.47% -
HSV(B) 181.51º 0.91% 0.86% -
XYZ 37.12 53.36 75.36 -
YUV 156.56 163.23 30.59 -
System Red Green Blue C M Y K H S L
Decimal 20 214 219 0.91 0.02 0 0.14 181.51 0.83 0.47
Hex 14 D6 DB 5B 2 0 E B6 53 2F
Octal 24 326 333 133 2 0 16 266 123 57
Binary 10100 11010110 11011011 1011011 10 0 1110 10110110 1010011 101111

Color Harmonies of #14D6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D6DB

Black with #14D6DB

Text Example


Text Example

White with #14D6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,214,219); }

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

background-color css

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

 a { background-color: rgb(20,214,219); }

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

border-color css

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

 span { border-color: rgb(20,214,219); }

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