Html Css Color HEX #14DBDC Bright Turquoise

📋 copy color: '#14DBDC'

red 20 ◦ green 219 ◦ blue 220

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

Shades of Bright Turquoise #14DBDC

Tints of Bright Turquoise #14DBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 4.36%
G = 47.71%
B = 47.93%

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

#14DBDC (or 0x14DBDC) is known color: Bright Turquoise. HEX triplet: 14, DB and DC. RGB value is (20,219,220). Sum of RGB (Red+Green+Blue) = 20+219+220=459 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.36% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #14DBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DBDC is #EB2423. Grayscale: #9F9F9F. Windows color (decimal): -15410212 or 14474004. OLE color: 14474004.

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

Color convert

RGB 20 219 220 -
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.54 55.98 76.48 -
YUV 159.61 162.07 28.42 -
System Red Green Blue C M Y K H S L
Decimal 20 219 220 0.91 0.00 0 0.14 180.3 0.83 0.47
Hex 14 DB DC 5B 0 0 E B4 53 2F
Octal 24 333 334 133 0 0 16 264 123 57
Binary 10100 11011011 11011100 1011011 0 0 1110 10110100 1010011 101111

Color Harmonies of #14DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DBDC

Black with #14DBDC

Text Example


Text Example

White with #14DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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