#14DCF2

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

Shades of Bright Turquoise #14DCF2

Tints of Bright Turquoise #14DCF2

Color information

#14DCF2 (or 0x14DCF2) is unknown color: approx Bright Turquoise. HEX triplet: 14, DC and F2. RGB value is (20,220,242). Sum of RGB (Red+Green+Blue) = 20+220+242=482 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.15% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #14DCF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DCF2 is #EB230D. Grayscale: #A2A2A2. Windows color (decimal): -15409934 or 15916052. OLE color: 15916052.

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

Color convert

RGB20220242-
CMYK0.920.0900.05
HSL185.95º89.52%51.37%-
HSV(B)185.95º91.74%94.9%-
XYZ41.9157.7592.94-
YUV162.71172.7426.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.15%
GREEN value IS 220 (86.33% from 255) = 45.64%
BLUE value IS 242 (94.92% from 255) = 50.21%
R=4.15%
G=45.64%
B=50.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202202420.920.0900.05185.9589.5251.37
Hex14DCF25C905ba5a33
Octal24334362134110527213263
Binary101001101110011110010101110010010101101110101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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