#67d1dc

Color #67D1DC Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #67D1DC

Tints of Turquoise Blue #67D1DC

Color information

#67D1DC (or 0x67D1DC) is unknown color: approx Turquoise Blue. HEX triplet: 67, D1 and DC. RGB value is (103,209,220). Sum of RGB (Red+Green+Blue) = 103+209+220=532 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.36% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #67D1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D1DC is #982E23. Grayscale: #B2B2B2. Windows color (decimal): -9973284 or 14471527. OLE color: 14471527.

HSL color Cylindrical-coordinate representation of color #67D1DC: hue angle of 185.64º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67D1DC is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB103209220-
CMYK0.530.0500.14
HSL185.64º62.57%63.33%-
HSV(B)185.64º53.18%86.27%-
XYZ41.3153.6575.89-
YUV178.56151.3874.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.36%
GREEN value IS 209 (82.03% from 255) = 39.29%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=19.36%
G=39.29%
B=41.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1032092200.530.0500.14185.6462.5763.33
Hex67D1DC3550Eba3f3f
Octal1473213346550162727777
Binary110011111010001110111001101011010111010111010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67d1dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67d1dc; }

 p { color: rgb(103,209,220); }

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

<style>
 a { background-color: #67d1dc; }

 a { background-color: rgb(103,209,220); }

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

<style>
 span { border-color: #67d1dc; }

 span { border-color: rgb(103,209,220); }

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