#67DCEC

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

Shades of Turquoise Blue #67DCEC

Tints of Turquoise Blue #67DCEC

Color information

#67DCEC (or 0x67DCEC) is unknown color: approx Turquoise Blue. HEX triplet: 67, DC and EC. RGB value is (103,220,236). Sum of RGB (Red+Green+Blue) = 103+220+236=559 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.43% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #67DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DCEC is #982313. Grayscale: #BABABA. Windows color (decimal): -9970452 or 15522919. OLE color: 15522919.

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

Color convert

RGB103220236-
CMYK0.560.0700.07
HSL187.22º77.78%66.47%-
HSV(B)187.22º56.36%92.55%-
XYZ46.3360.1388.52-
YUV186.84155.7468.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1032202360.560.0700.07187.2277.7866.47
Hex67DCEC38707bb4e42
Octal14733435470707273116102
Binary1100111110111001110110011100011101111011101110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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