Html Css Color HEX #14DCF6 Bright Turquoise

📋 copy color: '#14DCF6'

red 20 ◦ green 220 ◦ blue 246

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

Shades of Bright Turquoise #14DCF6

Tints of Bright Turquoise #14DCF6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

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

R = 4.12%
G = 45.27%
B = 50.62%

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

#14DCF6 (or 0x14DCF6) is known color: Bright Turquoise. HEX triplet: 14, DC and F6. RGB value is (20,220,246). Sum of RGB (Red+Green+Blue) = 20+220+246=486 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.12% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #14DCF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DCF6 is #EB2309. Grayscale: #A2A2A2. Windows color (decimal): -15409930 or 16178196. OLE color: 16178196.

HSL color Cylindrical-coordinate representation of color #14DCF6: hue angle of 186.9º 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 #14DCF6 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 220 246 -
CMYK 0.92 0.11 0 0.04
HSL 186.9º 0.93% 0.52% -
HSV(B) 186.9º 0.92% 0.96% -
XYZ 42.52 57.99 96.14 -
YUV 163.16 174.74 25.89 -
System Red Green Blue C M Y K H S L
Decimal 20 220 246 0.92 0.11 0 0.04 186.9 0.93 0.52
Hex 14 DC F6 5C B 0 4 BB 5D 34
Octal 24 334 366 134 13 0 4 273 135 64
Binary 10100 11011100 11110110 1011100 1011 0 100 10111011 1011101 110100

Color Harmonies of #14DCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DCF6

Black with #14DCF6

Text Example


Text Example

White with #14DCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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