#14DAE3

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

Shades of Bright Turquoise #14DAE3

Tints of Bright Turquoise #14DAE3

Color information

#14DAE3 (or 0x14DAE3) is unknown color: approx Bright Turquoise. HEX triplet: 14, DA and E3. RGB value is (20,218,227). Sum of RGB (Red+Green+Blue) = 20+218+227=465 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.30% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #14DAE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DAE3 is #EB251C. Grayscale: #9F9F9F. Windows color (decimal): -15410461 or 14932500. OLE color: 14932500.

HSL color Cylindrical-coordinate representation of color #14DAE3: hue angle of 182.61º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DAE3 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20218227-
CMYK0.910.0400.11
HSL182.61º83.81%48.43%-
HSV(B)182.61º91.19%89.02%-
XYZ39.2355.8481.38-
YUV159.82165.928.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.30%
GREEN value IS 218 (85.55% from 255) = 46.88%
BLUE value IS 227 (89.06% from 255) = 48.82%
R=4.30%
G=46.88%
B=48.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202182270.910.0400.11182.6183.8148.43
Hex14DAE35B40Bb75430
Octal24332343133401326712460
Binary101001101101011100011101101110001011101101111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,218,227); }

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

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

 a { background-color: rgb(20,218,227); }

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

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

 span { border-color: rgb(20,218,227); }

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