#67E8D7

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

Shades of Turquoise Blue #67E8D7

Tints of Turquoise Blue #67E8D7

Color information

#67E8D7 (or 0x67E8D7) is unknown color: approx Turquoise Blue. HEX triplet: 67, E8 and D7. RGB value is (103,232,215). Sum of RGB (Red+Green+Blue) = 103+232+215=550 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.73% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #67E8D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67E8D7 is #981728. Grayscale: #BFBFBF. Windows color (decimal): -9967401 or 14149735. OLE color: 14149735.

HSL color Cylindrical-coordinate representation of color #67E8D7: hue angle of 172.09º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67E8D7 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB103232215-
CMYK0.5600.070.09
HSL172.09º73.71%65.69%-
HSV(B)172.09º55.6%90.98%-
XYZ46.7265.574.47-
YUV191.49141.2664.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.73%
GREEN value IS 232 (91.02% from 255) = 42.18%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=18.73%
G=42.18%
B=39.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1032322150.5600.070.09172.0973.7165.69
Hex67E8D738079ac4a42
Octal147350327700711254112102
Binary11001111110100011010111111000011110011010110010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67E8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,232,215); }

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

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

 a { background-color: rgb(103,232,215); }

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

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

 span { border-color: rgb(103,232,215); }

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