Html Css Color HEX #14DEDB Bright Turquoise

📋 copy color: '#14DEDB'

red 20 ◦ green 222 ◦ blue 219

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

Shades of Bright Turquoise #14DEDB

Tints of Bright Turquoise #14DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.16%

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

R = 4.34%
G = 48.16%
B = 47.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#14DEDB (or 0x14DEDB) is known color: Bright Turquoise. HEX triplet: 14, DE and DB. RGB value is (20,222,219). Sum of RGB (Red+Green+Blue) = 20+222+219=461 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.34% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #14DEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DEDB is #EB2124. Grayscale: #A1A1A1. Windows color (decimal): -15409445 or 14409236. OLE color: 14409236.

HSL color Cylindrical-coordinate representation of color #14DEDB: hue angle of 179.11º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DEDB is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 222 219 -
CMYK 0.91 0 0.01 0.13
HSL 179.11º 0.83% 0.47% -
HSV(B) 179.11º 0.91% 0.87% -
XYZ 39.2 57.51 76.05 -
YUV 161.26 160.58 27.24 -
System Red Green Blue C M Y K H S L
Decimal 20 222 219 0.91 0 0.01 0.13 179.11 0.83 0.47
Hex 14 DE DB 5B 0 1 D B3 53 2F
Octal 24 336 333 133 0 1 15 263 123 57
Binary 10100 11011110 11011011 1011011 0 1 1101 10110011 1010011 101111

Color Harmonies of #14DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DEDB

Black with #14DEDB

Text Example


Text Example

White with #14DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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