Html Css Color HEX #14DBDB Bright Turquoise

📋 copy color: '#14DBDB'

red 20 ◦ green 219 ◦ blue 219

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

Shades of Bright Turquoise #14DBDB

Tints of Bright Turquoise #14DBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.82%

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

R = 4.37%
G = 47.82%
B = 47.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#14DBDB (or 0x14DBDB) is known color: Bright Turquoise. HEX triplet: 14, DB and DB. RGB value is (20,219,219). Sum of RGB (Red+Green+Blue) = 20+219+219=458 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.37% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #14DBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DBDB is #EB2424. Grayscale: #9F9F9F. Windows color (decimal): -15410213 or 14408468. OLE color: 14408468.

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

Color convert

RGB 20 219 219 -
CMYK 0.91 0 0 0.14
HSL 180º 0.83% 0.47% -
HSV(B) 180º 0.91% 0.86% -
XYZ 38.41 55.93 75.79 -
YUV 159.5 161.57 28.5 -
System Red Green Blue C M Y K H S L
Decimal 20 219 219 0.91 0 0 0.14 180 0.83 0.47
Hex 14 DB DB 5B 0 0 E B4 53 2F
Octal 24 333 333 133 0 0 16 264 123 57
Binary 10100 11011011 11011011 1011011 0 0 1110 10110100 1010011 101111

Color Harmonies of #14DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DBDB

Black with #14DBDB

Text Example


Text Example

White with #14DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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