Html Css Color HEX #14DCF1 Bright Turquoise

📋 copy color: '#14DCF1'

red 20 ◦ green 220 ◦ blue 241

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

Shades of Bright Turquoise #14DCF1

Tints of Bright Turquoise #14DCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.1%

R = 4.16%
G = 45.74%
B = 50.1%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#14DCF1 (or 0x14DCF1) is known color: Bright Turquoise. HEX triplet: 14, DC and F1. RGB value is (20,220,241). Sum of RGB (Red+Green+Blue) = 20+220+241=481 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.16% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #14DCF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DCF1 is #EB230E. Grayscale: #A2A2A2. Windows color (decimal): -15409935 or 15850516. OLE color: 15850516.

HSL color Cylindrical-coordinate representation of color #14DCF1: hue angle of 185.7º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14DCF1 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 220 241 -
CMYK 0.92 0.09 0 0.05
HSL 185.7º 0.89% 0.51% -
HSV(B) 185.7º 0.92% 0.95% -
XYZ 41.76 57.69 92.15 -
YUV 162.59 172.24 26.29 -
System Red Green Blue C M Y K H S L
Decimal 20 220 241 0.92 0.09 0 0.05 185.7 0.89 0.51
Hex 14 DC F1 5C 9 0 5 BA 59 33
Octal 24 334 361 134 11 0 5 272 131 63
Binary 10100 11011100 11110001 1011100 1001 0 101 10111010 1011001 110011

Color Harmonies of #14DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DCF1

Black with #14DCF1

Text Example


Text Example

White with #14DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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