Html Css Color HEX #14DBF6 Bright Turquoise

📋 copy color: '#14DBF6'

red 20 ◦ green 219 ◦ blue 246

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

Shades of Bright Turquoise #14DBF6

Tints of Bright Turquoise #14DBF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.72%

R = 4.12%
G = 45.15%
B = 50.72%

CMYK

 C value IS 0.92

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#14DBF6 (or 0x14DBF6) is known color: Bright Turquoise. HEX triplet: 14, DB and F6. RGB value is (20,219,246). Sum of RGB (Red+Green+Blue) = 20+219+246=485 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.12% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #14DBF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DBF6 is #EB2409. Grayscale: #A2A2A2. Windows color (decimal): -15410186 or 16177940. OLE color: 16177940.

HSL color Cylindrical-coordinate representation of color #14DBF6: hue angle of 187.17º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14DBF6 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 219 246 -
CMYK 0.92 0.11 0 0.04
HSL 187.17º 0.93% 0.52% -
HSV(B) 187.17º 0.92% 0.96% -
XYZ 42.25 57.47 96.05 -
YUV 162.58 175.07 26.3 -
System Red Green Blue C M Y K H S L
Decimal 20 219 246 0.92 0.11 0 0.04 187.17 0.93 0.52
Hex 14 DB F6 5C B 0 4 BB 5D 34
Octal 24 333 366 134 13 0 4 273 135 64
Binary 10100 11011011 11110110 1011100 1011 0 100 10111011 1011101 110100

Color Harmonies of #14DBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DBF6

Black with #14DBF6

Text Example


Text Example

White with #14DBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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