#14DDE4

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

Shades of Bright Turquoise #14DDE4

Tints of Bright Turquoise #14DDE4

Color information

#14DDE4 (or 0x14DDE4) is unknown color: approx Bright Turquoise. HEX triplet: 14, DD and E4. RGB value is (20,221,228). Sum of RGB (Red+Green+Blue) = 20+221+228=469 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.26% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #14DDE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14DDE4 is #EB221B. Grayscale: #A1A1A1. Windows color (decimal): -15409692 or 14998804. OLE color: 14998804.

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

Color convert

RGB20221228-
CMYK0.910.0300.11
HSL182.02º83.87%48.63%-
HSV(B)182.02º91.23%89.41%-
XYZ40.1557.4682.37-
YUV161.7165.4126.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.26%
GREEN value IS 221 (86.72% from 255) = 47.12%
BLUE value IS 228 (89.45% from 255) = 48.61%
R=4.26%
G=47.12%
B=48.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202212280.910.0300.11182.0283.8748.63
Hex14DDE45B30Bb65431
Octal24335344133301326612461
Binary10100110111011110010010110111101011101101101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,221,228); }

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

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

 a { background-color: rgb(20,221,228); }

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

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

 span { border-color: rgb(20,221,228); }

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