#14E6ED

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

Shades of Bright Turquoise #14E6ED

Tints of Bright Turquoise #14E6ED

Color information

#14E6ED (or 0x14E6ED) is unknown color: approx Bright Turquoise. HEX triplet: 14, E6 and ED. RGB value is (20,230,237). Sum of RGB (Red+Green+Blue) = 20+230+237=487 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.11% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #14E6ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14E6ED is #EB1912. Grayscale: #A7A7A7. Windows color (decimal): -15407379 or 15590932. OLE color: 15590932.

HSL color Cylindrical-coordinate representation of color #14E6ED: hue angle of 181.94º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14E6ED is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20230237-
CMYK0.920.0300.07
HSL181.94º85.77%50.39%-
HSV(B)181.94º91.56%92.94%-
XYZ43.8762.8689.94-
YUV168.01166.9322.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.11%
GREEN value IS 230 (90.23% from 255) = 47.23%
BLUE value IS 237 (92.97% from 255) = 48.67%
R=4.11%
G=47.23%
B=48.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal202302370.920.0300.07181.9485.7750.39
Hex14E6ED5C307b65632
Octal2434635513430726612662
Binary1010011100110111011011011100110111101101101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,230,237); }

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

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

 a { background-color: rgb(20,230,237); }

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

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

 span { border-color: rgb(20,230,237); }

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