#67ECDC

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

Shades of Turquoise Blue #67ECDC

Tints of Turquoise Blue #67ECDC

Color information

#67ECDC (or 0x67ECDC) is unknown color: approx Turquoise Blue. HEX triplet: 67, EC and DC. RGB value is (103,236,220). Sum of RGB (Red+Green+Blue) = 103+236+220=559 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.43% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #67ECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67ECDC is #981323. Grayscale: #C2C2C2. Windows color (decimal): -9966372 or 14478439. OLE color: 14478439.

HSL color Cylindrical-coordinate representation of color #67ECDC: hue angle of 172.78º 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 #67ECDC is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB103236220-
CMYK0.5600.070.07
HSL172.78º77.78%66.47%-
HSV(B)172.78º56.36%92.55%-
XYZ48.5168.0478.29-
YUV194.41142.4462.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.43%
GREEN value IS 236 (92.58% from 255) = 42.22%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=18.43%
G=42.22%
B=39.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1032362200.5600.070.07172.7877.7866.47
Hex67ECDC38077ad4e42
Octal14735433470077255116102
Binary1100111111011001101110011100001111111010110110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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