Html Css Color HEX #14DADB Bright Turquoise

📋 copy color: '#14DADB'

red 20 ◦ green 218 ◦ blue 219

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

Shades of Bright Turquoise #14DADB

Tints of Bright Turquoise #14DADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.7%

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

R = 4.38%
G = 47.7%
B = 47.92%

CMYK

 C value IS 0.91

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14DADB (or 0x14DADB) is known color: 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

RGB 20 218 219 -
CMYK 0.91 0.00 0 0.14
HSL 180.3º 0.83% 0.47% -
HSV(B) 180.3º 0.91% 0.86% -
XYZ 38.15 55.41 75.7 -
YUV 158.91 161.9 28.92 -
System Red Green Blue C M Y K H S L
Decimal 20 218 219 0.91 0.00 0 0.14 180.3 0.83 0.47
Hex 14 DA DB 5B 0 0 E B4 53 2F
Octal 24 332 333 133 0 0 16 264 123 57
Binary 10100 11011010 11011011 1011011 0 0 1110 10110100 1010011 101111

Color Harmonies of #14DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DADB

Black with #14DADB

Text Example


Text Example

White with #14DADB

Text Example


Text Example

HTML Codes & Css Web 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>