#14CFD3

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

Shades of Dark Turquoise #14CFD3

Tints of Dark Turquoise #14CFD3

Color information

#14CFD3 (or 0x14CFD3) is unknown color: approx Dark Turquoise. HEX triplet: 14, CF and D3. RGB value is (20,207,211). Sum of RGB (Red+Green+Blue) = 20+207+211=438 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.57% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 211 - color contains mainly: blue. Hex color #14CFD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CFD3 is #EB302C. Grayscale: #979797. Windows color (decimal): -15413293 or 13881108. OLE color: 13881108.

HSL color Cylindrical-coordinate representation of color #14CFD3: hue angle of 181.26º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14CFD3 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20207211-
CMYK0.910.0200.17
HSL181.26º82.68%45.29%-
HSV(B)181.26º90.52%82.75%-
XYZ34.3649.4869.37-
YUV151.54161.5534.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.57%
GREEN value IS 207 (81.25% from 255) = 47.26%
BLUE value IS 211 (82.81% from 255) = 48.17%
R=4.57%
G=47.26%
B=48.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202072110.910.0200.17181.2682.6845.29
Hex14CFD35B2011b5532d
Octal24317323133202126512355
Binary101001100111111010011101101110010001101101011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,207,211); }

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

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

 a { background-color: rgb(20,207,211); }

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

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

 span { border-color: rgb(20,207,211); }

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