#67D8EC

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

Shades of Turquoise Blue #67D8EC

Tints of Turquoise Blue #67D8EC

Color information

#67D8EC (or 0x67D8EC) is unknown color: approx Turquoise Blue. HEX triplet: 67, D8 and EC. RGB value is (103,216,236). Sum of RGB (Red+Green+Blue) = 103+216+236=555 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.56% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #67D8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D8EC is #982713. Grayscale: #B8B8B8. Windows color (decimal): -9971476 or 15521895. OLE color: 15521895.

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

Color convert

RGB103216236-
CMYK0.560.0800.07
HSL189.02º77.78%66.47%-
HSV(B)189.02º56.36%92.55%-
XYZ45.2958.0588.17-
YUV184.49157.0669.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.56%
GREEN value IS 216 (84.77% from 255) = 38.92%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=18.56%
G=38.92%
B=42.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1032162360.560.0800.07189.0277.7866.47
Hex67D8EC38807bd4e42
Octal147330354701007275116102
Binary11001111101100011101100111000100001111011110110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,216,236); }

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

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

 a { background-color: rgb(103,216,236); }

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

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

 span { border-color: rgb(103,216,236); }

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