#14DADB

Color #14DADB Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #14DADB

Tints of Bright Turquoise #14DADB

Color information

#14DADB (or 0x14DADB) is unknown color: approx Bright Turquoise. HEX triplet: 14, DA and DB. RGB value is (20,218,219). Sum of RGB (Red+Green+Blue) = 20+218+219=457 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.38% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #14DADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DADB is #EB2524. Grayscale: #9E9E9E. Windows color (decimal): -15410469 or 14408212. OLE color: 14408212.

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

Color convert

RGB20218219-
CMYK0.910.0000.14
HSL180.3º83.26%46.86%-
HSV(B)180.3º90.87%85.88%-
XYZ38.1555.4175.7-
YUV158.91161.928.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.38%
GREEN value IS 218 (85.55% from 255) = 47.70%
BLUE value IS 219 (85.94% from 255) = 47.92%
R=4.38%
G=47.70%
B=47.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal202182190.910.0000.14180.383.2646.86
Hex14DADB5B00Eb4532f
Octal24332333133001626412357
Binary1010011011010110110111011011001110101101001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14DADB;
 }
 .AnyTagClassName
 {
   color: #14DADB;
 }
</style>
background-color css

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

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

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

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

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

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