#67E6DF

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

Shades of Turquoise Blue #67E6DF

Tints of Turquoise Blue #67E6DF

Color information

#67E6DF (or 0x67E6DF) is unknown color: approx Turquoise Blue. HEX triplet: 67, E6 and DF. RGB value is (103,230,223). Sum of RGB (Red+Green+Blue) = 103+230+223=556 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.53% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #67E6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67E6DF is #981920. Grayscale: #BFBFBF. Windows color (decimal): -9967905 or 14673511. OLE color: 14673511.

HSL color Cylindrical-coordinate representation of color #67E6DF: hue angle of 176.69º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67E6DF is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB103230223-
CMYK0.5500.030.10
HSL176.69º71.75%65.29%-
HSV(B)176.69º55.22%90.2%-
XYZ47.2164.879.83-
YUV191.23145.9265.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.53%
GREEN value IS 230 (90.23% from 255) = 41.37%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=18.53%
G=41.37%
B=40.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1032302230.5500.030.10176.6971.7565.29
Hex67E6DF3703Ab14841
Octal147346337670312261110101
Binary1100111111001101101111111011101110101011000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67E6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,230,223); }

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

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

 a { background-color: rgb(103,230,223); }

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

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

 span { border-color: rgb(103,230,223); }

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