#14d6f2

Color #14D6F2 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #14D6F2

Tints of Bright Turquoise #14D6F2

Color information

#14D6F2 (or 0x14D6F2) is unknown color: approx Bright Turquoise. HEX triplet: 14, D6 and F2. RGB value is (20,214,242). Sum of RGB (Red+Green+Blue) = 20+214+242=476 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.20% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #14D6F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14D6F2 is #EB290D. Grayscale: #9E9E9E. Windows color (decimal): -15411470 or 15914516. OLE color: 15914516.

HSL color Cylindrical-coordinate representation of color #14D6F2: hue angle of 187.57º degrees, saturation: 0.9, 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 #14D6F2 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20214242-
CMYK0.920.1200.05
HSL187.57º89.52%51.37%-
HSV(B)187.57º91.74%94.9%-
XYZ40.3654.6592.43-
YUV159.19174.7328.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.20%
GREEN value IS 214 (83.98% from 255) = 44.96%
BLUE value IS 242 (94.92% from 255) = 50.84%
R=4.20%
G=44.96%
B=50.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202142420.920.1200.05187.5789.5251.37
Hex14D6F25CC05bc5a33
Octal24326362134140527413263
Binary101001101011011110010101110011000101101111001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14d6f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,214,242); }

 H1.HeaderClassName
 {
   color: #14d6f2;
 }
 .AnyTagClassName
 {
   color: #14d6f2;
 }
</style>
background-color css

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

 a { background-color: rgb(20,214,242); }

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

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

 span { border-color: rgb(20,214,242); }

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